Skip to content

Commit

Permalink
add bean outline icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dani69654 committed May 19, 2023
1 parent 655391c commit 5834c37
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/BeanOutline.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// Auto-generated file created by svgr-cli source svg-template.js
// Run pnpm icons:create to update
// Do not edit
import { SVGProps } from 'react';
import { SVGRProps } from '../type';
const SvgBeanOutline = ({
title,
titleId,
isResponsive = false,
style,
...props
}: SVGProps<SVGSVGElement> & SVGRProps) => (
<svg
width="1em"
height="1em"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
role="img"
data-testid="test-icon"
aria-hidden="true"
style={
isResponsive
? style
: {
flex: 'none',
...style,
}
}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fillRule="evenodd"
clipRule="evenodd"
d="M9.95 8.838c-.85.73-2.232 1.504-3.21 1.769-3.253 1.017-5.039 3.184-4.699 5.66C2.466 19.365 5.698 21 8.675 21h.064c5.762-.066 11.567-4.622 12.928-10.172.638-2.123.34-4.577-.723-6.081C20.136 3.597 18.924 3 17.414 3c-2.088 0-3.444 1.523-5.022 3.296l-.038.043-.176.199c-.687.777-1.385 1.566-2.227 2.3Zm3.9-1.171-.183.206c-.675.765-1.457 1.65-2.403 2.473l-.005.005-.006.005c-1.025.879-2.642 1.805-3.947 2.17-2.746.868-3.435 2.368-3.283 3.47.117.857.616 1.571 1.463 2.118.873.564 2.039.886 3.19.886h.05c4.863-.062 9.86-4.003 10.998-8.648l.012-.05.015-.05c.5-1.66.198-3.448-.44-4.35l-.004-.005c-.4-.569-.973-.897-1.893-.897-.501 0-.953.165-1.51.59-.617.469-1.22 1.14-2.055 2.077Z"
fill="#000"
/>
</svg>
);

export default SvgBeanOutline;
3 changes: 2 additions & 1 deletion packages/icons/src/lib/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as NftCat } from './NftCat';
export { default as Ada } from './Ada';
export { default as AddUser } from './AddUser';
export { default as Airdrop } from './Airdrop';
Expand All @@ -20,6 +21,7 @@ export { default as Avax } from './Avax';
export { default as Balancer } from './Balancer';
export { default as Ban } from './Ban';
export { default as BarChart } from './BarChart';
export { default as BeanOutline } from './BeanOutline';
export { default as Bean } from './Bean';
export { default as Beans } from './Beans';
export { default as Bell } from './Bell';
Expand Down Expand Up @@ -139,7 +141,6 @@ export { default as Monitor } from './Monitor';
export { default as MoreVert } from './MoreVert';
export { default as More } from './More';
export { default as Network } from './Network';
export { default as NftCat } from './NftCat';
export { default as NoData } from './NoData';
export { default as Off } from './Off';
export { default as Oneinch } from './Oneinch';
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/src/lib/svgs/bean-outline.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 5834c37

Please sign in to comment.