Skip to content

Commit

Permalink
wine and truck icons added
Browse files Browse the repository at this point in the history
  • Loading branch information
artcoholic committed Aug 18, 2021
1 parent 7673e55 commit 8a62d43
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 51 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akar-icons",
"version": "1.8.10",
"version": "1.8.11",
"description": "A perfectly rounded icon library made for everyone.",
"main": "dist/index.js",
"typings": "dist/icons.d.ts",
Expand Down Expand Up @@ -75,4 +75,4 @@
"dependencies": {
"prop-types": "^15.7.2"
}
}
}
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 @@ -132,7 +132,7 @@ export const BackspaceFill: Icon;
export const DoubleCheck: Icon;
export const DragVerticalFill: Icon;
export const DragHorizontalFill: Icon;
export const DotGrid: Icon;
export const DotGridFill: Icon;
export const ChatDots: Icon;
export const ChatError: Icon;
export const Health: Icon;
Expand Down Expand Up @@ -266,6 +266,8 @@ export const Cart: Icon;
export const Basket: Icon;
export const OpenEnvelope: Icon;
export const Clock: Icon;
export const Truck: Icon;
export const WineGlass: Icon;
export const Person: Icon;
export const PersonAdd: Icon;
export const PersonCheck: Icon;
Expand Down
4 changes: 3 additions & 1 deletion src/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export { default as BackspaceFill } from './icons/backspace-fill';
export { default as DoubleCheck } from './icons/double-check';
export { default as DragVerticalFill } from './icons/drag-vertical-fill';
export { default as DragHorizontalFill } from './icons/drag-horizontal-fill';
export { default as DotGrid } from './icons/dot-grid';
export { default as DotGridFill } from './icons/dot-grid-fill';
export { default as ChatDots } from './icons/chat-dots';
export { default as ChatError } from './icons/chat-error';
export { default as Health } from './icons/health';
Expand Down Expand Up @@ -257,6 +257,8 @@ export { default as Cart } from './icons/cart';
export { default as Basket } from './icons/basket';
export { default as OpenEnvelope } from './icons/open-envelope';
export { default as Clock } from './icons/clock';
export { default as Truck } from './icons/truck';
export { default as WineGlass } from './icons/wine-glass';
export { default as Person } from './icons/person';
export { default as PersonAdd } from './icons/person-add';
export { default as PersonCheck } from './icons/person-check';
Expand Down
4 changes: 2 additions & 2 deletions src/icons/chat-dots.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const ChatDots = props => {
>
<path d="M14 19c3.771 0 5.657 0 6.828-1.172C22 16.657 22 14.771 22 11c0-3.771 0-5.657-1.172-6.828C19.657 3 17.771 3 14 3h-4C6.229 3 4.343 3 3.172 4.172 2 5.343 2 7.229 2 11c0 3.771 0 5.657 1.172 6.828.653.654 1.528.943 2.828 1.07"></path>
<path d="M12 11v.01"></path>
<path d="M7 11v.01"></path>
<path d="M17 11v.01"></path>
<path d="M8 11v.01"></path>
<path d="M16 11v.01"></path>
<path d="M14 19c-1.236 0-2.598.5-3.841 1.145-1.998 1.037-2.997 1.556-3.489 1.225-.492-.33-.399-1.355-.212-3.404L6.5 17.5"></path>
</svg>
);
Expand Down
34 changes: 34 additions & 0 deletions src/icons/dot-grid-fill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import React from 'react';
import PropTypes from 'prop-types';

const DotGridFill = props => {
const { color, size, ...otherProps } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 24 24"
fill={color}
{...otherProps}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm8 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm10 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0zM4 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm10 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm6-2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM6 20a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm6-2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm10 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0z"
></path>
</svg>
);
};

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

DotGridFill.defaultProps = {
color: 'currentColor',
size: '24'
};

export default DotGridFill;
42 changes: 0 additions & 42 deletions src/icons/dot-grid.js

This file was deleted.

38 changes: 38 additions & 0 deletions src/icons/truck.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
import React from 'react';
import PropTypes from 'prop-types';

const Truck = props => {
const { color, size, ...otherProps } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 24 24"
fill="none"
stroke={color}
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...otherProps}
>
<path d="M10 17h6V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a1 1 0 0 0 1 1h1"></path>
<path d="M22 16v-4a4 4 0 0 0-4-4h-2v9h5a1 1 0 0 0 1-1z"></path>
<path d="M15 17a3 3 0 1 0 6 0h-6z"></path>
<path d="M22 14h-2"></path>
<circle cx="7" cy="17" r="3"></circle>
</svg>
);
};

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

Truck.defaultProps = {
color: 'currentColor',
size: '24'
};

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

const WineGlass = props => {
const { color, size, ...otherProps } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 24 24"
fill="none"
stroke={color}
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...otherProps}
>
<path d="M12 13c6 0 8-4.477 8-10H4c0 5.523 2 10 8 10z"></path>
<path d="M12 13v7"></path>
<path d="M5 8h14"></path>
<path d="M8 22h8l-4-2-4 2z"></path>
</svg>
);
};

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

WineGlass.defaultProps = {
color: 'currentColor',
size: '24'
};

export default WineGlass;
4 changes: 2 additions & 2 deletions src/svg/chat-dots.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/dot-grid-fill.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/truck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/svg/wine-glass.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 8a62d43

Please sign in to comment.