Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(simple-icons): bump simple-icons@7.16.0 #157

Merged
merged 1 commit into from Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eleven-apricots-jog.md
@@ -0,0 +1,5 @@
---
'@icons-pack/react-simple-icons': minor
---

Bump simple-icons@7.16.0
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@

# react-simple-icons

This package provides the [Simple Icons 7.15.0](https://github.com/simple-icons/simple-icons/releases/tag/7.15.0)
This package provides the [Simple Icons 7.16.0](https://github.com/simple-icons/simple-icons/releases/tag/7.16.0)
packaged as a set of [React](https://facebook.github.io/react/) components.

<a href="https://www.npmjs.com/package/@icons-pack/react-simple-icons" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"signale": "^1.4.0",
"simple-icons": "7.15.0",
"simple-icons": "7.16.0",
"typescript": "^4.7.3",
"uppercamelcase": "^3.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions src/components/Bim.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type BimProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Bim = React.forwardRef<SVGSVGElement, BimProps>(function Bim({color = 'currentColor', size = 24, title = "bim", ...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="M3.327 6.3015c-1.8378 0-3.3266 1.4908-3.3266 3.3283v4.7424c0 1.8375 1.4888 3.3263 3.3265 3.3263h17.347c1.8376 0 3.3265-1.4888 3.3265-3.3263V9.6298c0-1.8375-1.4889-3.3283-3.3265-3.3283H12.353L11.06 8.1922 9.7863 6.3015Zm1.5742 2.1896c.8137-.0085 1.57.0699 2.01.2422.7978.3017 1.254.96 1.293 1.8067.0294.612-.2962 1.1623-.791 1.5801.5608.3311.9783.8269.9649 1.5392-.0257 1.2596-1.2067 2.0391-3.3362 1.9903-1.1473-.0269-1.7047-.0285-2.3694-.1739V8.6395c1.1595-.1564 1.288-.14 2.2287-.1484Zm9.5223.1113h1.9903l1.2833 3.2247 1.2735-3.2247h2.0511l.5507 6.8675h-1.9707l-.1446-3.9123-1.7716 3.8986-1.6466-3.885-.3418 3.8987h-2.0158Zm-4.4732.0234h2.0901v6.8675h-2.09Zm-5.2347 1.4298v1.4532h.8086a.7257.7257 0 0 0 .7266-.7266c0-.4008-.2965-.7266-.7266-.7266zm0 2.7872v1.1973h.7793c.4105.0232.9576-.1498.963-.586-.0245-.4923-.5244-.637-.9337-.6113z" />
</svg>
);
});

export default Bim;
28 changes: 28 additions & 0 deletions src/components/Dovecot.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type DovecotProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Dovecot = React.forwardRef<SVGSVGElement, DovecotProps>(function Dovecot({color = 'currentColor', size = 24, title = "dovecot", ...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 8.784 8.39 C 8.581 8.391 8.382 8.458 8.22 8.582 L 0.118 14.772 C -0.04 14.897 -0.04 15.138 0.118 15.262 L 0.457 15.515 C 0.61 15.635 0.825 15.635 0.98 15.515 L 4.998 12.454 C 5.22 12.286 5.526 12.286 5.748 12.454 L 8.407 14.487 C 8.628 14.655 8.934 14.655 9.156 14.487 L 12.671 11.804 C 12.902 11.636 12.902 11.291 12.671 11.122 L 9.349 8.582 C 9.187 8.458 8.988 8.39 8.784 8.39 Z M 18.082 8.39 C 17.878 8.39 17.68 8.458 17.519 8.582 L 9.417 14.778 C 9.255 14.901 9.255 15.144 9.417 15.267 L 9.752 15.522 C 9.908 15.638 10.124 15.638 10.279 15.522 L 14.914 11.989 C 15.136 11.823 15.442 11.823 15.662 11.989 L 20.189 15.441 C 20.41 15.61 20.718 15.61 20.939 15.441 L 23.828 13.228 C 24.057 13.056 24.057 12.712 23.828 12.54 L 18.647 8.582 C 18.485 8.458 18.286 8.39 18.082 8.39 Z" />
</svg>
);
});

export default Dovecot;
28 changes: 28 additions & 0 deletions src/components/Engadget.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type EngadgetProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Engadget = React.forwardRef<SVGSVGElement, EngadgetProps>(function Engadget({color = 'currentColor', size = 24, title = "engadget", ...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="M0 20.067a3.9 3.9 0 0 0 4 3.866h16v-4H4v-4h15.733A4.231 4.231 0 0 0 24 12.067V4.333A4.483 4.483 0 0 0 19.733.067H4a4.346 4.346 0 0 0-4 4.266Zm20-8.134H4v-8h16Z" />
</svg>
);
});

export default Engadget;
28 changes: 28 additions & 0 deletions src/components/Fox.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type FoxProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Fox = React.forwardRef<SVGSVGElement, FoxProps>(function Fox({color = 'currentColor', size = 24, title = "fox", ...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="M3.069 9.7h3.42L6.3 6.932H0v10.136h3.069V13.8h2.789v-2.778H3.069ZM24 6.932h-3.291L19.48 9.1l-1.231-2.168h-3.292l2.871 5.076-2.871 5.06h3.308l1.215-2.142 1.213 2.142H24l-2.871-5.06Zm-12.592 0A5.067 5.067 0 1 0 16.475 12a5.067 5.067 0 0 0-5.067-5.065Zm.888 7.146a.867.867 0 0 1-.873.847.847.847 0 0 1-.837-.858V9.919a.882.882 0 0 1 .837-.9.913.913 0 0 1 .873.9Z" />
</svg>
);
});

export default Fox;
28 changes: 28 additions & 0 deletions src/components/Gsk.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type GskProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Gsk = React.forwardRef<SVGSVGElement, GskProps>(function Gsk({color = 'currentColor', size = 24, title = "gsk", ...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="M16.769 13.5v2.114h1.49V12.3c0-.15.115-.174.2-.093l3.512 3.408H24L20.279 12 24 8.384h-2.034l-3.512 3.408c-.081.081-.2.058-.2-.093V8.384h-1.485v2.125c0 .763.5 1.225 1.386 1.468.035.011.035.046 0 .057-.89.243-1.386.705-1.386 1.466ZM8.323 11.191c0 .924.774 1.5 1.825 1.5h3.535a.388.388 0 0 1 .416.416v.6a.388.388 0 0 1-.416.416H8.7v1.49h5.014a1.793 1.793 0 0 0 1.837-1.838v-.657a1.791 1.791 0 0 0-1.836-1.837H10.2a.388.388 0 0 1-.416-.416v-.717a.255.255 0 0 1 .277-.277h4.9V8.384H10.76a1.011 1.011 0 0 0-1.016 1V9.8a.067.067 0 0 1-.065.069h-.005a1.269 1.269 0 0 0-1.351 1.322ZM6.666 11.284H4.274v.448a.957.957 0 0 0 .951.962h.585v1.155a.278.278 0 0 1-.278.277H1.907a.416.416 0 0 1-.416-.416v-3.42a.415.415 0 0 1 .415-.416H5.8v-1.49h-4a1.8 1.8 0 0 0-1.8 1.8v3.635a1.8 1.8 0 0 0 1.8 1.8h3.017A1.018 1.018 0 0 0 5.834 14.6v-.4a.067.067 0 0 1 .065-.07c.808-.023 1.328-.416 1.328-1.1v-1.746Z" />
</svg>
);
});

export default Gsk;
28 changes: 28 additions & 0 deletions src/components/Moonrepo.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type MoonrepoProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Moonrepo = React.forwardRef<SVGSVGElement, MoonrepoProps>(function Moonrepo({color = 'currentColor', size = 24, title = "moonrepo", ...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 19.514 7.342 C 19.711 7.862 19.814 8.413 19.816 8.969 C 19.816 12.494 15.998 14.697 12.946 12.934 C 11.529 12.116 10.657 10.605 10.657 8.969 C 10.657 5.646 14.085 3.431 17.115 4.793 C 15.26 3.373 12.99 2.607 10.655 2.612 C 4.772 2.614 0.005 7.381 0 13.265 C 0.002 19.148 4.772 23.918 10.655 23.92 C 16.538 23.916 21.306 19.147 21.31 13.265 C 21.312 11.155 20.687 9.095 19.514 7.342 Z M 14.841 4.666 C 14.841 8.191 18.657 10.395 21.709 8.632 C 23.127 7.814 24 6.302 24 4.666 C 24 1.14 20.184 -1.061 17.13 0.699 C 15.714 1.519 14.841 3.03 14.841 4.666" />
</svg>
);
});

export default Moonrepo;
2 changes: 1 addition & 1 deletion src/components/Replit.tsx
Expand Up @@ -20,7 +20,7 @@ const Replit = React.forwardRef<SVGSVGElement, ReplitProps>(function Replit({col
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="M12.265.002a11.911 11.911 0 00-2.437.204c13.876 1.704 10.27 17.94 1.717 17.819 0 0 12.453 1.625 11.673-10.215A11.911 11.911 0 0012.265.002zM8.213.827c-.2.002-.402.008-.61.016A11.856 11.856 0 00.146 13.608C2.93-.421 18.805 4.122 17.9 12.688c0 0 2.85-12.014-9.688-11.861zm1.454 5.035C6.002 5.886.691 7.45.816 16.344a12.013 12.013 0 002.897 4.33c.052.051.108.1.162.149a12.02 12.02 0 001.137.926c.061.044.12.092.181.135a11.93 11.93 0 001.312.779c.132.068.266.13.4.193a11.854 11.854 0 001.199.486c.1.034.195.077.297.109a11.874 11.874 0 001.49.353c.153.027.307.05.461.07a12.016 12.016 0 001.578.123l.06.003c.4 0 .792-.021 1.18-.06-13.949-3.327-8.645-18.924-.114-17.68 0 0-1.469-.41-3.389-.398zm2.436 2.762a3.355 3.355 0 103.354 3.356 3.355 3.355 0 00-3.354-3.356zm-5.95 2.192S2.82 23.09 16.172 23.196a11.978 11.978 0 007.743-9.992c.033-.319.043-.644.05-.97.001-.085.013-.168.013-.255 0-.371-.023-.737-.056-1.1-3.527 13.887-19.132 8.448-17.77-.063z" />
<path d="M2 1.5A1.5 1.5 0 0 1 3.5 0h7A1.5 1.5 0 0 1 12 1.5V8H3.5A1.5 1.5 0 0 1 2 6.5ZM12 8h8.5A1.5 1.5 0 0 1 22 9.5v5a1.5 1.5 0 0 1-1.5 1.5H12ZM2 17.5A1.5 1.5 0 0 1 3.5 16H12v6.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 22.5Z" />
</svg>
);
});
Expand Down
28 changes: 28 additions & 0 deletions src/components/System7Six.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type System7SixProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const System7Six = React.forwardRef<SVGSVGElement, System7SixProps>(function System7Six({color = 'currentColor', size = 24, title = "system76", ...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="M11.575.007A11.993 11.993 0 0 0 3.52 20.481l.124.121 6.532-12.11H3.188l1.227 2.066a.632.632 0 0 1 .076.49.677.677 0 0 1-.65.506.636.636 0 0 1-.544-.298L1.474 8.188a.633.633 0 0 1-.095-.342v-.027a.648.648 0 0 1 .642-.628h9.256c.167 0 .368.06.47.14l.01.008a.733.733 0 0 1 .22.942L4.908 21.388a.733.733 0 0 1-.14.182 11.994 11.994 0 0 0 14.225.185h-5.632a.744.744 0 0 1-.744-.744v-.015a.744.744 0 0 1 .744-.744h7.352a11.994 11.994 0 0 0-.232-16.733 12.06 12.06 0 0 0-1.618-1.358l-.003.006-.033.099c-.233.433-2.941 5.33-3.838 6.951l-.329.595c-.753 1.302-1.099 2.767-.925 3.92a3.775 3.775 0 0 0 .657 1.624 3.914 3.914 0 0 0 2.55 1.593 4.058 4.058 0 0 0 .682.058 3.981 3.981 0 0 0 2.405-.798 3.792 3.792 0 0 0 1.48-2.412 3.784 3.784 0 0 0-.7-2.892 4.015 4.015 0 0 0-2.583-1.581 4.377 4.377 0 0 0-.177-.026.699.699 0 0 1-.614-.718.69.69 0 0 1 .233-.503.705.705 0 0 1 .549-.172 5.41 5.41 0 0 1 3.735 2.182 5.18 5.18 0 0 1 .942 3.943 5.18 5.18 0 0 1-2.18 3.418 5.393 5.393 0 0 1-3.088.963h-.001a5.479 5.479 0 0 1-.915-.078 5.303 5.303 0 0 1-3.472-2.174 5.583 5.583 0 0 1-.425-.706c-.717-1.416-.753-3.07-.102-4.785a18.44 18.44 0 0 1 .758-1.678l4.078-7.45.096-.117.004-.008a12.04 12.04 0 0 0-.98-.467 11.993 11.993 0 0 0-5.093-.94z" />
</svg>
);
});

export default System7Six;
28 changes: 28 additions & 0 deletions src/components/Wpexplorer.tsx
@@ -0,0 +1,28 @@
import * as React from 'react';

export type WpexplorerProps = React.ComponentPropsWithoutRef<'svg'> & {
/**
* Hex color or color name
*/
title?: string;
/**
* The size of the Icon.
*/
color?: string;
/**
* The title provides an accessible short text description to the SVG
*/
size?: string | number;
};

const Wpexplorer = React.forwardRef<SVGSVGElement, WpexplorerProps>(function Wpexplorer({color = 'currentColor', size = 24, title = "wpexplorer", ...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 12A12 12 0 1 1 12 0a12.008 12.008 0 0 1 12 12Zm-1.5 0A10.5 10.5 0 1 0 12 22.5 10.516 10.516 0 0 0 22.5 12ZM7.542 5.841l4.074 1.739-1.739 4.073L5.8 9.914l1.742-4.073Zm5.158 7.926 2.185 4.406H14.2l-2.343-4.687-2.295 4.687h-.656l2.4-5.01-1.046-.441.282-.656 3.215 1.364-.281.67Zm-.553-5.451 3.216 1.378-1.378 3.2-3.2-1.364 1.364-3.215Zm3.764 2.011 2.56 1.082-1.1 2.546-2.545-1.083 1.082-2.545Z" />
</svg>
);
});

export default Wpexplorer;
8 changes: 8 additions & 0 deletions src/index.ts
Expand Up @@ -270,6 +270,7 @@ export { default as Bigbluebutton } from './components/Bigbluebutton';
export { default as Bigcommerce } from './components/Bigcommerce';
export { default as Bilibili } from './components/Bilibili';
export { default as Billboard } from './components/Billboard';
export { default as Bim } from './components/Bim';
export { default as Binance } from './components/Binance';
export { default as Biolink } from './components/Biolink';
export { default as Bit } from './components/Bit';
Expand Down Expand Up @@ -580,6 +581,7 @@ export { default as Dolby } from './components/Dolby';
export { default as Doordash } from './components/Doordash';
export { default as Douban } from './components/Douban';
export { default as Doubanread } from './components/Doubanread';
export { default as Dovecot } from './components/Dovecot';
export { default as Dpd } from './components/Dpd';
export { default as Dragonframe } from './components/Dragonframe';
export { default as Draugiemdotlv } from './components/Draugiemdotlv';
Expand Down Expand Up @@ -638,6 +640,7 @@ export { default as Emby } from './components/Emby';
export { default as Emirates } from './components/Emirates';
export { default as Emlakjet } from './components/Emlakjet';
export { default as Empirekred } from './components/Empirekred';
export { default as Engadget } from './components/Engadget';
export { default as Enpass } from './components/Enpass';
export { default as Enterprisedb } from './components/Enterprisedb';
export { default as Envato } from './components/Envato';
Expand Down Expand Up @@ -747,6 +750,7 @@ export { default as Fossa } from './components/Fossa';
export { default as Fossilscm } from './components/Fossilscm';
export { default as Foursquare } from './components/Foursquare';
export { default as Foursquarecityguide } from './components/Foursquarecityguide';
export { default as Fox } from './components/Fox';
export { default as Foxtel } from './components/Foxtel';
export { default as Fozzy } from './components/Fozzy';
export { default as Framer } from './components/Framer';
Expand Down Expand Up @@ -880,6 +884,7 @@ export { default as Groupme } from './components/Groupme';
export { default as Groupon } from './components/Groupon';
export { default as Grubhub } from './components/Grubhub';
export { default as Grunt } from './components/Grunt';
export { default as Gsk } from './components/Gsk';
export { default as Gtk } from './components/Gtk';
export { default as Guangzhoumetro } from './components/Guangzhoumetro';
export { default as Guilded } from './components/Guilded';
Expand Down Expand Up @@ -1329,6 +1334,7 @@ export { default as Monoprix } from './components/Monoprix';
export { default as Monster } from './components/Monster';
export { default as Monzo } from './components/Monzo';
export { default as Moo } from './components/Moo';
export { default as Moonrepo } from './components/Moonrepo';
export { default as Morrisons } from './components/Morrisons';
export { default as Moscowmetro } from './components/Moscowmetro';
export { default as Motorola } from './components/Motorola';
Expand Down Expand Up @@ -2022,6 +2028,7 @@ export { default as Symfony } from './components/Symfony';
export { default as Symphony } from './components/Symphony';
export { default as Sympy } from './components/Sympy';
export { default as Synology } from './components/Synology';
export { default as System7Six } from './components/System7Six';
export { default as Tmobile } from './components/Tmobile';
export { default as Tableau } from './components/Tableau';
export { default as Tablecheck } from './components/Tablecheck';
Expand Down Expand Up @@ -2316,6 +2323,7 @@ export { default as Workplace } from './components/Workplace';
export { default as Worldhealthorganization } from './components/Worldhealthorganization';
export { default as Wpengine } from './components/Wpengine';
export { default as Wprocket } from './components/Wprocket';
export { default as Wpexplorer } from './components/Wpexplorer';
export { default as Writedotas } from './components/Writedotas';
export { default as Wwe } from './components/Wwe';
export { default as Wwise } from './components/Wwise';
Expand Down