From af4b7cc3545fefb12fbf0b4706f28c52901282a8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 22 Nov 2024 16:07:00 -0600 Subject: [PATCH] Add ChainLink3 --- assets/icons/chainLink3_stroke2_corner0_rounded.svg | 1 + src/components/icons/ChainLink.tsx | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 assets/icons/chainLink3_stroke2_corner0_rounded.svg create mode 100644 src/components/icons/ChainLink.tsx diff --git a/assets/icons/chainLink3_stroke2_corner0_rounded.svg b/assets/icons/chainLink3_stroke2_corner0_rounded.svg new file mode 100644 index 0000000000..c1626cc618 --- /dev/null +++ b/assets/icons/chainLink3_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + diff --git a/src/components/icons/ChainLink.tsx b/src/components/icons/ChainLink.tsx new file mode 100644 index 0000000000..ba0b417a9a --- /dev/null +++ b/src/components/icons/ChainLink.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const ChainLink3_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M18.535 5.465a5.003 5.003 0 0 0-7.076 0l-.005.005-.752.742a1 1 0 1 1-1.404-1.424l.749-.74a7.003 7.003 0 0 1 9.904 9.905l-.002.003-.737.746a1 1 0 1 1-1.424-1.404l.747-.757a5.003 5.003 0 0 0 0-7.076ZM6.202 9.288a1 1 0 0 1 .01 1.414l-.747.757a5.003 5.003 0 1 0 7.076 7.076l.005-.005.752-.742a1 1 0 1 1 1.404 1.424l-.746.737-.003.002a7.003 7.003 0 0 1-9.904-9.904l.74-.75a1 1 0 0 1 1.413-.009Zm8.505.005a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414l4-4a1 1 0 0 1 1.414 0Z', +})