Skip to content

Commit 3d09899

Browse files
VmMadJuligs
andauthored
feat(ui-icons): add new design icons (#7809)
# Description of change Adds new icons from figma. ## Links to any relevant issues Fixes #7807 ## How the change has been tested - [ ] Basic tests (linting, compilation, formatting, unit/integration tests) - [ ] Patch-specific tests (correctness, functionality coverage) - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have checked that new and existing unit tests pass locally with my changes ### Release Notes - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --------- Co-authored-by: Juliana <[email protected]>
1 parent b06f784 commit 3d09899

File tree

114 files changed

+433
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+433
-96
lines changed

.changeset/selfish-eyes-bake.md

Lines changed: 5 additions & 0 deletions

apps/ui-icons/src/Activity.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgActivity(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/Add.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgAdd(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/Apps.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgApps(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowBack.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowBack(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowBottomLeft.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowBottomLeft(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowDown.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowDown(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowForward.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowForward(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowLeft.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowLeft(props: SVGProps<SVGSVGElement>) {
56
return (

apps/ui-icons/src/ArrowRight.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) 2024 IOTA Stiftung
1+
// Copyright (c) 2025 IOTA Stiftung
22
// SPDX-License-Identifier: Apache-2.0
3+
34
import { SVGProps } from 'react';
45
export default function SvgArrowRight(props: SVGProps<SVGSVGElement>) {
56
return (

0 commit comments

Comments
 (0)