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

Add new icons #858

Merged
merged 3 commits into from
Oct 25, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bright-shrimps-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3uikit/icons': patch
---

new icons from design
3 changes: 2 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"build": "vite build",
"icons:create": "npx @svgr/cli --out-dir src/lib/icons src/lib/svgs --config-file src/lib/svgr-config.json --template src/lib/svg-template.js"
"icons:create": "svgr --out-dir src/lib/icons src/lib/svgs --config-file src/lib/svgr-config.json --template src/lib/svg-template.js"
},
"peerDependencies": {
"react": "^18.0.0",
Expand All @@ -26,6 +26,7 @@
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@svgr/cli": "6.3.1",
"@web3uikit/styles": "*",
"styled-components": "^5.3.5"
},
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Ada.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ const SvgAda = ({
</g>
</svg>
);

export default SvgAda;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/AddUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ const SvgAddUser = ({
/>
</svg>
);

export default SvgAddUser;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ArrowCircleDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgArrowCircleDown = ({
<path d="M19.364 12a7.364 7.364 0 1 0-14.728 0 7.364 7.364 0 0 0 14.728 0zM12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm2.694 8.421a.818.818 0 1 1 1.157 1.158l-3.273 3.272a.818.818 0 0 1-1.156 0l-3.273-3.273a.818.818 0 1 1 1.157-1.156l1.876 1.875v-4.57a.818.818 0 1 1 1.636 0v4.57l1.876-1.876z" />
</svg>
);

export default SvgArrowCircleDown;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ArrowCircleLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgArrowCircleLeft = ({
<path d="M12 4.636a7.364 7.364 0 1 0 0 14.728 7.364 7.364 0 0 0 0-14.728zM3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0zm9.579-3.851c.32.32.32.837 0 1.157l-1.877 1.876h4.57a.818.818 0 1 1 0 1.636h-4.57l1.877 1.876a.818.818 0 1 1-1.158 1.157L8.15 12.578a.818.818 0 0 1 0-1.156l3.273-3.273a.818.818 0 0 1 1.156 0z" />
</svg>
);

export default SvgArrowCircleLeft;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ArrowCircleRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgArrowCircleRight = ({
<path d="M12 4.636a7.364 7.364 0 1 0 0 14.728 7.364 7.364 0 0 0 0-14.728zM3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0zm8.421-2.694a.818.818 0 1 1 1.158-1.157l3.272 3.273c.32.319.32.837 0 1.156l-3.273 3.273a.818.818 0 1 1-1.156-1.157l1.875-1.876h-4.57a.818.818 0 1 1 0-1.636h4.57l-1.876-1.876z" />
</svg>
);

export default SvgArrowCircleRight;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/AtomicApi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ const SvgAtomicApi = ({
<path d="M17.137 16.783a.8.8 0 0 1-.424-.125l-3.112-1.979a.852.852 0 0 1-.178-1.063.82.82 0 0 1 .432-.364.796.796 0 0 1 .56.008l3.113 1.979a.83.83 0 0 1 .33.409.854.854 0 0 1-.27.968.802.802 0 0 1-.492.167h.04zm-5.174-5.793a.805.805 0 0 1-.576-.245.846.846 0 0 1-.239-.59V5.94c0-.221.086-.434.239-.59a.805.805 0 0 1 1.152 0 .846.846 0 0 1 .239.59v4.215a.846.846 0 0 1-.239.59.805.805 0 0 1-.576.245z" />
</svg>
);

export default SvgAtomicApi;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Avax.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ const SvgAvax = ({
</g>
</svg>
);

export default SvgAvax;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Bell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ const SvgBell = ({
<path d="M12 22c1.328 0 2.39-1.04 2.39-2.375H9.572C9.572 20.961 10.635 22 12 22z" />
</svg>
);

export default SvgBell;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Bin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgBin = ({
/>
</svg>
);

export default SvgBin;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Bnb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ const SvgBnb = ({
</g>
</svg>
);

export default SvgBnb;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Book.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgBook = ({
<path d="M7.496 6.75c0 .156.094.25.25.25h8.506c.125 0 .25-.094.25-.25v-1a.269.269 0 0 0-.25-.25H7.746a.246.246 0 0 0-.25.25v1zm.25 3.25h8.506c.125 0 .25-.094.25-.25v-1a.269.269 0 0 0-.25-.25H7.746a.246.246 0 0 0-.25.25v1c0 .156.094.25.25.25zm11.848 8.5c.218-.031.406-.25.406-.5V2.5c0-.25-.25-.5-.5-.5h-13A2.487 2.487 0 0 0 4 4.5v15C4 20.906 5.094 22 6.5 22h13c.25 0 .5-.219.5-.5V21a.5.5 0 0 0-.406-.469c-.157-.406-.157-1.625 0-2.031zm-1.282 0c-.093.563-.093 1.469 0 2H6.5c-.563 0-1-.438-1-1 0-.531.438-1 1-1h11.813zm.188-15V17h-12c-.375 0-.719.094-1 .219V4.5c0-.531.438-1 1-1h12z" />
</svg>
);

export default SvgBook;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Btc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ const SvgBtc = ({
/>
</svg>
);

export default SvgBtc;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ const SvgCalendar = ({
/>
</svg>
);

export default SvgCalendar;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Camera.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCamera = ({
/>
</svg>
);

export default SvgCamera;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgCart = ({
<path d="M0 2.875C0 2.392.392 2 .875 2h3.5c.417 0 .776.294.858.703l.735 3.672h14.157a.875.875 0 0 1 .86 1.039l-1.402 7.348a2.625 2.625 0 0 1-2.616 2.113h-8.49a2.625 2.625 0 0 1-2.615-2.113L4.4 7.46a.868.868 0 0 1-.015-.073L3.658 3.75H.875A.875.875 0 0 1 0 2.875zm6.318 5.25 1.26 6.296a.875.875 0 0 0 .875.704h8.539a.875.875 0 0 0 .874-.701l1.201-6.299H6.318zm-.193 12.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0zm9.625 0a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0z" />
</svg>
);

export default SvgCart;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/CartBag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCartBag = ({
/>
</svg>
);

export default SvgCartBag;
67 changes: 67 additions & 0 deletions packages/icons/src/lib/icons/Cat.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
// 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 SvgCat = ({
title,
titleId,
...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"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath="url(#cat_svg__a)">
<g clipPath="url(#cat_svg__b)">
<path
d="m15.519 4.356 4.211-2.587c1.076-.664 2.46.115 2.46 1.373V15.24M8.607 4.356 4.384 1.769c-1.076-.664-2.46.115-2.46 1.373V15.24"
stroke="#BC68FF"
strokeWidth={1.735}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14.374 22.425H9.751a7.824 7.824 0 0 1-7.828-7.828v-.72c0-5.574 5.425-10.129 10.128-10.129 4.704 0 10.128 4.555 10.128 10.128v.721a7.824 7.824 0 0 1-7.827 7.828h.022Z"
stroke="#9B22FF"
strokeWidth={1.868}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path d="m11.021 15.593 1.042.526 1.03-.526" fill="#9B22FF" />
<path
d="m11.021 15.593 1.042.526 1.03-.526M12.063 16.326v1.407"
stroke="#BC68FF"
strokeWidth={1.735}
strokeLinecap="round"
strokeLinejoin="round"
/>
<circle cx={8.077} cy={11.977} r={1.391} fill="#9B22FF" />
<circle cx={16.037} cy={11.977} r={1.391} fill="#9B22FF" />
</g>
</g>
<defs>
<clipPath id="cat_svg__a">
<path fill="#fff" d="M0 0h24v24H0z" />
</clipPath>
<clipPath id="cat_svg__b">
<path
fill="#fff"
transform="translate(.985 .59)"
d="M0 0h22.144v22.773H0z"
/>
</clipPath>
</defs>
</svg>
);

export default SvgCat;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Chainlink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ const SvgChainlink = ({
</g>
</svg>
);

export default SvgChainlink;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgChart = ({
<path d="M4 4h1.684v16H4V4zm16 7.2V8.8H6.526v2.4H20zm-6.737-4V4.8H6.526v2.4h6.737zm4.211 5.6v2.4H6.526v-2.4h10.948zm-2.527 6.4v-2.4h-8.42v2.4h8.42z" />
</svg>
);

export default SvgChart;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Check.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCheck = ({
/>
</svg>
);

export default SvgCheck;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Checkmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCheckmark = ({
/>
</svg>
);

export default SvgCheckmark;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgChevronDown = ({
<path d="M11.735 15.882a.357.357 0 0 0 .53 0l4.618-4.63c.156-.126.156-.378 0-.536l-.624-.598c-.125-.157-.374-.157-.53 0l-3.713 3.717-3.745-3.717a.357.357 0 0 0-.53 0l-.624.598c-.156.158-.156.41 0 .536l4.618 4.63z" />
</svg>
);

export default SvgChevronDown;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgChevronLeft = ({
<path d="M9.118 11.735a.357.357 0 0 0 0 .53l4.63 4.618c.126.156.378.156.536 0l.598-.624c.157-.125.157-.374 0-.53l-3.717-3.713 3.717-3.745a.357.357 0 0 0 0-.53l-.598-.624c-.158-.156-.41-.156-.536 0l-4.63 4.618z" />
</svg>
);

export default SvgChevronLeft;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronLeft2X.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ const SvgChevronLeft2X = ({
<path d="M12.118 11.735a.357.357 0 0 0 0 .53l4.63 4.618c.126.156.378.156.535 0l.599-.624c.157-.125.157-.374 0-.53l-3.717-3.713 3.717-3.745a.357.357 0 0 0 0-.53l-.599-.624c-.157-.156-.409-.156-.535 0l-4.63 4.618z" />
</svg>
);

export default SvgChevronLeft2X;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgChevronRight = ({
<path d="M14.882 12.265a.357.357 0 0 0 0-.53l-4.63-4.618c-.126-.156-.378-.156-.535 0l-.599.624c-.157.125-.157.374 0 .53l3.717 3.713-3.717 3.745a.357.357 0 0 0 0 .53l.599.624c.157.156.409.156.535 0l4.63-4.618z" />
</svg>
);

export default SvgChevronRight;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronRight2X.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ const SvgChevronRight2X = ({
<path d="M11.882 11.735a.357.357 0 0 1 0 .53l-4.63 4.618c-.126.156-.378.156-.535 0l-.599-.624c-.157-.125-.157-.374 0-.53l3.717-3.713L6.118 8.27a.357.357 0 0 1 0-.53l.599-.624c.157-.156.409-.156.535 0l4.63 4.618z" />
</svg>
);

export default SvgChevronRight2X;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/ChevronUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgChevronUp = ({
<path d="M12.265 9.118a.357.357 0 0 0-.53 0l-4.618 4.63c-.156.126-.156.378 0 .536l.624.598c.125.157.374.157.53 0l3.713-3.717 3.745 3.717a.357.357 0 0 0 .53 0l.624-.598c.156-.158.156-.41 0-.536l-4.618-4.63z" />
</svg>
);

export default SvgChevronUp;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Cloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ const SvgCloud = ({
/>
</svg>
);

export default SvgCloud;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Cog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCog = ({
/>
</svg>
);

export default SvgCog;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ const SvgCopy = ({
<path d="M18.39 18.665h-1.638a.837.837 0 0 1-.846-.83c0-.453.383-.829.846-.829h1.639a.903.903 0 0 0 .908-.89V4.558c0-.489-.41-.89-.908-.89h-8.38a.903.903 0 0 0-.908.89v1.606c0 .463-.383.83-.846.83-.464 0-.855-.367-.855-.83V4.558C7.402 3.152 8.568 2 10.01 2h8.38C19.833 2 21 3.152 21 4.558v11.55c0 1.414-1.175 2.557-2.61 2.557z" />
</svg>
);

export default SvgCopy;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/CreditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgCreditCard = ({
<path d="M20.299 4H3.667C2.729 4 2 4.786 2 5.714v12.572C2 19.25 2.73 20 3.667 20h16.632c.937 0 1.701-.75 1.701-1.714V5.714C22 4.786 21.236 4 20.299 4zM3.875 5.714H20.09c.14 0 .209.107.209.215V8H3.667V5.929c0-.108.07-.215.208-.215zM20.09 18.286H3.875c-.139 0-.208-.072-.208-.215V10h16.632v8.071c0 .143-.07.215-.209.215zM8.667 15c0-.214-.209-.429-.417-.429h-2.5c-.243 0-.417.215-.417.429v1.143c0 .25.174.428.417.428h2.5a.428.428 0 0 0 .417-.428V15zm6.666 0c0-.214-.208-.429-.416-.429h-4.723c-.243 0-.416.215-.416.429v1.143c0 .25.173.428.416.428h4.723a.428.428 0 0 0 .416-.428V15z" />
</svg>
);

export default SvgCreditCard;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/CreditCard2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ const SvgCreditCard2 = ({
/>
</svg>
);

export default SvgCreditCard2;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Cross.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgCross = ({
<path d="m23 20.168-8.185-8.187L23 3.807 20.168 1l-8.182 8.179L3.81 1 1 3.81l8.186 8.196L1 20.19 3.81 23l8.203-8.192L20.193 23z" />
</svg>
);

export default SvgCross;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/CrossCircle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ const SvgCrossCircle = ({
<path d="M9.307 15.799a.818.818 0 0 1-1.157-1.157l3.272-3.273a.818.818 0 0 1 1.157 0l3.273 3.273a.818.818 0 0 1-1.157 1.157l-2.694-2.694-2.694 2.694z" />
</svg>
);

export default SvgCrossCircle;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Cube.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgCube = ({
<path d="M4.082 7.505C4 7.587 4 7.67 4 7.835v8.392c0 .247.082.412.33.494l7.34 4.197c.083.082.165.082.33.082.082 0 .165 0 .33-.082l7.34-4.197c.165-.082.33-.329.33-.494V7.834c0-.082 0-.247-.082-.329l-.248-.247-7.505-4.196a.706.706 0 0 0-.577 0l-7.34 4.196c-.083.083-.166.165-.166.247zm1.073 8.393V8.822l6.103 3.538v7.077l-6.103-3.539zm13.443 0-6.103 3.539V12.36l6.103-3.538v7.076zm-6.68-11.602 6.103 3.538-6.104 3.539-6.103-3.539 6.104-3.538zm1.896 8.887a.397.397 0 0 1 .495-.165l2.722 1.564a.395.395 0 0 1 .165.493.397.397 0 0 1-.495.165l-2.722-1.563c-.165-.083-.247-.33-.165-.494zm-1.896-3.374c-.248 0-.413-.164-.413-.411v-3.21c0-.246.165-.41.412-.41.248 0 .413.164.413.41v3.21c-.083.247-.248.411-.412.411zm-1.98 3.374c.083.164.083.411-.165.494L7.052 15.24c-.165.082-.413.082-.495-.165-.083-.164-.083-.411.165-.493l2.721-1.564c.165-.082.413-.082.495.165z" />
</svg>
);

export default SvgCube;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ const SvgDapps = ({
<path d="M5.625 12.595a.774.774 0 0 1-.24 0l-2.83-.997a.793.793 0 0 1-.28-.155.865.865 0 0 1-.258-.902L2.931 7.6a.848.848 0 0 1 .155-.284.81.81 0 0 1 .247-.202c.19-.1.41-.118.611-.05l2.822.956a.795.795 0 0 1 .275.158.865.865 0 0 1 .247.898l-.892 2.942a.88.88 0 0 1-.402.486.778.778 0 0 1-.37.092Zm-1.808-2.33 1.294.436.426-1.366-1.294-.436-.426 1.366ZM8.23 8.11a.777.777 0 0 1-.365-.09.814.814 0 0 1-.286-.253.855.855 0 0 1-.146-.625.861.861 0 0 1 .323-.549l.377-.285a.79.79 0 0 1 .6-.151.783.783 0 0 1 .295.113.855.855 0 0 1 .376.848.861.861 0 0 1-.322.548l-.378.285a.782.782 0 0 1-.474.16ZM15.915 8.22a.782.782 0 0 1-.466-.16l-.394-.293a.862.862 0 0 1 .054-1.396.784.784 0 0 1 .609-.1.79.79 0 0 1 .285.138l.386.293c.138.104.24.251.293.42a.872.872 0 0 1 0 .519.837.837 0 0 1-.293.42.781.781 0 0 1-.474.158ZM5.762 15.571a.782.782 0 0 1-.472-.16.837.837 0 0 1-.292-.418l-.2-.629a.87.87 0 0 1 .03-.655.835.835 0 0 1 .195-.266.795.795 0 0 1 .598-.204c.108.01.213.042.308.095.096.053.18.126.248.213a.852.852 0 0 1 .148.297l.2.638a.87.87 0 0 1-.041.627.816.816 0 0 1-.449.42.673.673 0 0 1-.273.042ZM12.241 20.432h-.868a.788.788 0 0 1-.568-.245.857.857 0 0 1-.236-.593c0-.222.085-.435.236-.593a.788.788 0 0 1 .568-.245h.868c.213 0 .418.088.569.245.15.158.235.37.235.593a.857.857 0 0 1-.236.593.787.787 0 0 1-.568.245ZM18.15 15.88a.867.867 0 0 1-.25 0 .814.814 0 0 1-.466-.416.87.87 0 0 1-.048-.64l.209-.67a.827.827 0 0 1 .404-.465.774.774 0 0 1 .6-.042.813.813 0 0 1 .46.403.87.87 0 0 1 .063.624l-.209.67a.833.833 0 0 1-.3.394.78.78 0 0 1-.463.143ZM12.097 15.714a3.076 3.076 0 0 1-1.762-.553 3.276 3.276 0 0 1-1.17-1.48 3.434 3.434 0 0 1-.184-1.91c.121-.64.422-1.23.865-1.692a3.13 3.13 0 0 1 1.622-.907 3.047 3.047 0 0 1 1.83.187 3.2 3.2 0 0 1 1.423 1.216c.349.544.535 1.182.535 1.836 0 .874-.333 1.713-.925 2.332a3.104 3.104 0 0 1-2.234.97Zm0-4.92a1.514 1.514 0 0 0-.87.27 1.612 1.612 0 0 0-.578.73 1.69 1.69 0 0 0-.09.94c.06.317.208.607.427.835.218.228.497.383.8.446.303.062.618.03.903-.095.285-.124.529-.334.7-.602.17-.27.26-.585.259-.907 0-.43-.163-.84-.454-1.144a1.52 1.52 0 0 0-1.098-.474Z" />
</svg>
);

export default SvgDapps;
65 changes: 65 additions & 0 deletions packages/icons/src/lib/icons/Data.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
// 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 SvgData = ({
title,
titleId,
...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"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
d="M20.644 16.21v-4.1a4 4 0 0 0-2.728-3.792l-1.71-.573V4.257"
stroke="#99D3FF"
strokeWidth={1.713}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M4.07 17.553v-4.236a5.333 5.333 0 0 1 3.767-5.098l3.095-.95V4.256M13.689 2.257v12.409"
stroke="#0F7FFF"
strokeWidth={1.713}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.163 2.257v11.66"
stroke="#99D3FF"
strokeWidth={1.713}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M13.689 19.39a2.224 2.224 0 1 0 0-4.448 2.224 2.224 0 0 0 0 4.449ZM4.206 22.566a2.224 2.224 0 1 0 0-4.45 2.224 2.224 0 0 0 0 4.45Z"
stroke="#0F7FFF"
strokeWidth={1.713}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.162 16.455a2.057 2.057 0 1 0 0-4.115 2.057 2.057 0 0 0 0 4.115Z"
fill="#99D3FF"
/>
<path
d="M22.169 17.65a1.535 1.535 0 1 1-3.07 0 1.535 1.535 0 0 1 3.07 0Z"
fill="#99D3FF"
stroke="#99D3FF"
strokeWidth={1.044}
/>
</svg>
);

export default SvgData;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Discord.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ const SvgDiscord = ({
<path d="M17.858 4H6.141C4.961 4 4 4.983 4 6.202v11.074c0 1.218.961 2.474 2.141 2.474h9.564l-.556-2.251 1.339 1.272 1.264 1.197L20 22V6.202C20 4.983 19.039 4 17.858 4zm-2.891 11.977s-.376-.459-.689-.867c1.369-.396 1.891-1.271 1.891-1.271a6.005 6.005 0 0 1-1.202.632 6.892 6.892 0 0 1-1.515.46 7.184 7.184 0 0 1-2.706-.012 8.59 8.59 0 0 1-1.536-.461 5.88 5.88 0 0 1-.762-.361c-.032-.024-.063-.033-.094-.054a.128.128 0 0 1-.042-.034c-.189-.106-.293-.18-.293-.18s.501.855 1.83 1.26c-.314.406-.702.888-.702.888-2.308-.075-3.185-1.624-3.185-1.624 0-3.441 1.505-6.23 1.505-6.23C8.97 6.967 10.402 7 10.402 7l.105.128c-1.88.557-2.749 1.4-2.749 1.4s.231-.127.617-.309c1.118-.501 2.005-.64 2.372-.673.062-.01.115-.022.178-.022a8.637 8.637 0 0 1 2.11-.021c.993.118 2.06.417 3.145 1.026 0 0-.826-.801-2.602-1.357l.146-.17s1.432-.034 2.936 1.122c0 0 1.504 2.789 1.504 6.23 0 0-.887 1.548-3.197 1.623z" />
</svg>
);

export default SvgDiscord;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Discord2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ const SvgDiscord2 = ({
<ellipse cx={12.667} cy={8.182} rx={1.915} ry={1.97} fill="#fff" />
</svg>
);

export default SvgDiscord2;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Doge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,5 @@ const SvgDoge = ({
</g>
</svg>
);

export default SvgDoge;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ const SvgDownload = ({
<path d="M19.5 13h-2.906l1.468-1.438C19 10.626 18.313 9 17 9h-2V5.5c0-.813-.688-1.5-1.5-1.5h-3A1.5 1.5 0 0 0 9 5.5V9H7c-1.344 0-2.031 1.625-1.063 2.563L7.375 13H4.5A1.5 1.5 0 0 0 3 14.5v4c0 .844.656 1.5 1.5 1.5h15a1.5 1.5 0 0 0 1.5-1.5v-4c0-.813-.688-1.5-1.5-1.5zM7 10.5h3.5v-5h3v5H17l-5 5-5-5zm12.5 8h-15v-4h4.375l2.063 2.063a1.453 1.453 0 0 0 2.093 0l2.063-2.063H19.5v4zm-2.75-2c0 .438.313.75.75.75a.74.74 0 0 0 .75-.75.76.76 0 0 0-.75-.75.74.74 0 0 0-.75.75z" />
</svg>
);

export default SvgDownload;
1 change: 1 addition & 0 deletions packages/icons/src/lib/icons/DownloadCloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ const SvgDownloadCloud = ({
/>
</svg>
);

export default SvgDownloadCloud;
Loading