Skip to content

Commit

Permalink
Fix: added compass, lightbulb, withdraw, twitter lined, archive & arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
KristamMoffett committed Jan 13, 2023
1 parent 12f8458 commit 097ec0e
Show file tree
Hide file tree
Showing 26 changed files with 602 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-fishes-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3uikit/icons': patch
---

Added new icons for token history, plus some arrows and a compass icon
41 changes: 41 additions & 0 deletions packages/icons/src/lib/icons/Archive.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
// 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 SvgArchive = ({
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
d="M4.522 4.549A1 1 0 0 1 5.415 4h13.17a1 1 0 0 1 .893.548l1.414 2.795a1 1 0 0 1 .108.451v11.317a.883.883 0 0 1-.264.629.906.906 0 0 1-.636.26H3.9a.906.906 0 0 1-.636-.26A.883.883 0 0 1 3 19.11V7.798a1 1 0 0 1 .108-.452L4.522 4.55ZM19.2 9.333H4.8v8.89h14.4v-8.89Zm-.212-1.777-.9-1.778H5.913l-.9 1.778h13.975ZM12.9 13.778h2.7L12 17.333l-3.6-3.555h2.7v-3.556h1.8v3.556Z"
fill="#000"
/>
</svg>
);

export default SvgArchive;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowDown.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 SvgArrowDown = ({
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="M12 4a1 1 0 0 1 1 1v11.586l5.293-5.293a1 1 0 0 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 1 1 1.414-1.414L11 16.586V5a1 1 0 0 1 1-1Z"
fill="#000"
/>
</svg>
);

export default SvgArrowDown;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowDownLeft.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 SvgArrowDownLeft = ({
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="M7 6a1 1 0 0 1 1 1v7.586l8.293-8.293a1 1 0 1 1 1.414 1.414L9.414 16H17a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1Z"
fill="#000"
/>
</svg>
);

export default SvgArrowDownLeft;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowDownRight.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 SvgArrowDownRight = ({
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="M6.293 6.293a1 1 0 0 1 1.414 0L16 14.586V7a1 1 0 1 1 2 0v10a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h7.586L6.293 7.707a1 1 0 0 1 0-1.414Z"
fill="#000"
/>
</svg>
);

export default SvgArrowDownRight;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowLeft.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 SvgArrowLeft = ({
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="M12.707 4.293a1 1 0 0 1 0 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l5.293 5.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z"
fill="#000"
/>
</svg>
);

export default SvgArrowLeft;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowUp.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 SvgArrowUp = ({
title,
titleId,
isResponsive = false,
style,
...props
}: SVGProps<SVGSVGElement> & SVGRProps) => (
<svg
width="1em"
height="1em"
viewBox="0 0 24 25"
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="M11.293 4.793a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1-1.414 1.414L13 7.914V19.5a1 1 0 1 1-2 0V7.914l-5.293 5.293a1 1 0 0 1-1.414-1.414l7-7Z"
fill="#000"
/>
</svg>
);

export default SvgArrowUp;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowUpLeft.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 SvgArrowUpLeft = ({
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="M6 7a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9.414l8.293 8.293a1 1 0 0 1-1.414 1.414L8 9.414V17a1 1 0 1 1-2 0V7Z"
fill="#000"
/>
</svg>
);

export default SvgArrowUpLeft;
43 changes: 43 additions & 0 deletions packages/icons/src/lib/icons/ArrowUpRight.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 SvgArrowUpRight = ({
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="M7 8a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V9.414l-8.293 8.293a1 1 0 0 1-1.414-1.414L14.586 8H7Z"
fill="#000"
/>
</svg>
);

export default SvgArrowUpRight;
Loading

0 comments on commit 097ec0e

Please sign in to comment.