Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
artcoholic committed Oct 26, 2023
1 parent 00703cb commit 248caa8
Show file tree
Hide file tree
Showing 18 changed files with 92 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akar-icons",
"version": "1.9.29",
"version": "1.9.30",
"description": "A perfectly rounded icon library made for everyone.",
"main": "dist/index.js",
"typings": "dist/icons.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/data.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const Bank: Icon;
export const PaperAirplane: Icon;
export const HomeAlt1: Icon;
export const CreditCardAlt1: Icon;
export const Reciept: Icon;
export const Receipt: Icon;
export const Hammer: Icon;
export const Data: Icon;
export const Dice4: Icon;
Expand Down Expand Up @@ -397,6 +397,8 @@ export const TiktokFill: Icon;
export const UnsplashFill: Icon;
export const ProductHuntFill: Icon;
export const YelpFill: Icon;
export const XFill: Icon;
export const ThreadsFill: Icon;
export const Circle: Icon;
export const CircleFill: Icon;
export const Triangle: Icon;
Expand Down
4 changes: 3 additions & 1 deletion src/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export { default as Bank } from './icons/bank';
export { default as PaperAirplane } from './icons/paper-airplane';
export { default as HomeAlt1 } from './icons/home-alt1';
export { default as CreditCardAlt1 } from './icons/credit-card-alt1';
export { default as Reciept } from './icons/reciept';
export { default as Receipt } from './icons/receipt';
export { default as Hammer } from './icons/hammer';
export { default as Data } from './icons/data';
export { default as Dice4 } from './icons/dice-4';
Expand Down Expand Up @@ -388,6 +388,8 @@ export { default as TiktokFill } from './icons/tiktok-fill';
export { default as UnsplashFill } from './icons/unsplash-fill';
export { default as ProductHuntFill } from './icons/product-hunt-fill';
export { default as YelpFill } from './icons/yelp-fill';
export { default as XFill } from './icons/x-fill';
export { default as ThreadsFill } from './icons/threads-fill';
export { default as Circle } from './icons/circle';
export { default as CircleFill } from './icons/circle-fill';
export { default as Triangle } from './icons/triangle';
Expand Down
8 changes: 4 additions & 4 deletions src/icons/people-multiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const PeopleMultiple = ({
strokeLinejoin="round"
{...otherProps}
>
<circle cx="7" cy="5" r="3"></circle>
<path d="M10 12H5.898a3 3 0 0 0-2.976 2.628l-.641 5.124A2 2 0 0 0 4.266 22H9"></path>
<path d="M21.719 19.752l-.64-5.124A3 3 0 0 0 18.101 12h-2.204a3 3 0 0 0-2.976 2.628l-.641 5.124A2 2 0 0 0 14.266 22h5.468a2 2 0 0 0 1.985-2.248z"></path>
<circle cx="17" cy="5" r="3"></circle>
<circle cx="7" cy="6" r="3"></circle>
<path d="M10 13H5.818a3 3 0 0 0-2.964 2.537L2.36 18.69A2 2 0 0 0 4.337 21H9"></path>
<path d="M21.64 18.691l-.494-3.154A3 3 0 0 0 18.182 13h-2.364a3 3 0 0 0-2.964 2.537l-.493 3.154A2 2 0 0 0 14.337 21h5.326a2 2 0 0 0 1.976-2.309z"></path>
<circle cx="17" cy="6" r="3"></circle>
</svg>
);
};
Expand Down
4 changes: 2 additions & 2 deletions src/icons/person-add.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const PersonAdd = ({ color = 'currentColor', size = '24', ...otherProps }) => {
>
<circle cx="12" cy="7" r="5"></circle>
<path d="M17 22H5.266a2 2 0 0 1-1.985-2.248l.39-3.124A3 3 0 0 1 6.649 14H7"></path>
<path d="M19 13v6"></path>
<path d="M16 16h6"></path>
<path d="M19 14v4"></path>
<path d="M17 16h4"></path>
</svg>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/icons/person-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PersonCheck = ({
>
<circle cx="12" cy="7" r="5"></circle>
<path d="M17 22H5.266a2 2 0 0 1-1.985-2.248l.39-3.124A3 3 0 0 1 6.649 14H7"></path>
<path d="M16 16l2.25 2L22 14"></path>
<path d="M17 16.5l1.5 1.5 2.5-3"></path>
</svg>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/icons/person-cross.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PersonCross = ({
>
<circle cx="12" cy="7" r="5"></circle>
<path d="M17 22H5.266a2 2 0 0 1-1.985-2.248l.39-3.124A3 3 0 0 1 6.649 14H7"></path>
<path d="M22 19l-5-5m5 0l-5 5"></path>
<path d="M21 18l-3-3m3 0l-3 3"></path>
</svg>
);
};
Expand Down
6 changes: 3 additions & 3 deletions src/icons/reciept.js → src/icons/receipt.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';

const Reciept = ({ color = 'currentColor', size = '24', ...otherProps }) => {
const Receipt = ({ color = 'currentColor', size = '24', ...otherProps }) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -24,9 +24,9 @@ const Reciept = ({ color = 'currentColor', size = '24', ...otherProps }) => {
);
};

Reciept.propTypes = {
Receipt.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

export default Reciept;
export default Receipt;
28 changes: 28 additions & 0 deletions src/icons/threads-fill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from 'react';
import PropTypes from 'prop-types';

const ThreadsFill = ({
color = 'currentColor',
size = '24',
...otherProps
}) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 24 24"
fill={color}
{...otherProps}
>
<path d="M17.692 11.123a8.547 8.547 0 0 0-.315-.142c-.185-3.414-2.05-5.368-5.182-5.388h-.042c-1.873 0-3.431.8-4.39 2.255l1.722 1.181c.716-1.087 1.84-1.318 2.669-1.318h.028c1.031.006 1.81.306 2.313.89.367.426.612 1.015.733 1.757a13.176 13.176 0 0 0-2.96-.143c-2.977.172-4.892 1.909-4.763 4.322.065 1.223.675 2.277 1.717 2.964.88.582 2.015.866 3.194.802 1.558-.085 2.78-.68 3.632-1.766.647-.825 1.056-1.894 1.237-3.241.742.448 1.292 1.037 1.596 1.745.516 1.205.546 3.184-1.068 4.797-1.415 1.414-3.116 2.025-5.686 2.044-2.851-.02-5.008-.935-6.41-2.717-1.313-1.67-1.991-4.08-2.016-7.165.025-3.085.703-5.496 2.016-7.165 1.402-1.782 3.558-2.696 6.41-2.717 2.871.02 5.065.94 6.521 2.73.714.879 1.252 1.983 1.607 3.27l2.018-.538c-.43-1.585-1.107-2.95-2.027-4.083C18.38 1.2 15.65.024 12.134 0h-.014C8.61.024 5.912 1.205 4.099 3.51c-1.614 2.05-2.446 4.904-2.474 8.482v.016c.028 3.578.86 6.431 2.474 8.482 1.813 2.305 4.511 3.486 8.02 3.51h.015c3.12-.022 5.319-.838 7.13-2.649 2.371-2.368 2.3-5.336 1.518-7.158-.56-1.307-1.629-2.368-3.09-3.07zm-5.387 5.065c-1.305.074-2.66-.512-2.728-1.766-.05-.93.662-1.969 2.808-2.092.246-.015.487-.021.724-.021.78 0 1.508.075 2.171.22-.247 3.088-1.697 3.59-2.975 3.66z"></path>
</svg>
);
};

ThreadsFill.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

export default ThreadsFill;
24 changes: 24 additions & 0 deletions src/icons/x-fill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import React from 'react';
import PropTypes from 'prop-types';

const XFill = ({ color = 'currentColor', size = '24', ...otherProps }) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 24 24"
fill={color}
{...otherProps}
>
<path d="M13.808 10.469L20.88 2h-1.676l-6.142 7.353L8.158 2H2.5l7.418 11.12L2.5 22h1.676l6.486-7.765L15.842 22H21.5l-7.693-11.531zm-2.296 2.748l-.752-1.107L4.78 3.3h2.575l4.826 7.11.751 1.107 6.273 9.242h-2.574l-5.12-7.541z"></path>
</svg>
);
};

XFill.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

export default XFill;
8 changes: 4 additions & 4 deletions src/svg/people-multiple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/svg/person-add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/person-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/person-cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/svg/receipt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/threads-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/svg/x-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 248caa8

Please sign in to comment.