diff options
author | Eric Bailey <git@esb.lol> | 2025-04-15 15:30:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 15:30:03 -0500 |
commit | 16462b08a7284a00659e6ea09f4017710ad06e1f (patch) | |
tree | 865548e0b115d1a209005e9bb03f01038673b712 /src/components/icons | |
parent | c5a22ffd97e5565e07b48f89f980d52624ca3b65 (diff) | |
download | voidsky-16462b08a7284a00659e6ea09f4017710ad06e1f.tar.zst |
Standarize on shields (#8204)
Diffstat (limited to 'src/components/icons')
-rw-r--r-- | src/components/icons/Shield.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/icons/Shield.tsx b/src/components/icons/Shield.tsx index 5038d5c24..4e5dc8ea0 100644 --- a/src/components/icons/Shield.tsx +++ b/src/components/icons/Shield.tsx @@ -3,3 +3,7 @@ import {createSinglePathSVG} from './TEMPLATE' export const Shield_Stroke2_Corner0_Rounded = createSinglePathSVG({ path: 'M11.675 2.054a1 1 0 0 1 .65 0l8 2.75A1 1 0 0 1 21 5.75v6.162c0 2.807-1.149 4.83-2.813 6.405-1.572 1.488-3.632 2.6-5.555 3.636l-.157.085a1 1 0 0 1-.95 0l-.157-.085c-1.923-1.037-3.983-2.148-5.556-3.636C4.15 16.742 3 14.719 3 11.912V5.75a1 1 0 0 1 .675-.946l8-2.75ZM5 6.464v5.448c0 2.166.851 3.687 2.188 4.952 1.276 1.209 2.964 2.158 4.812 3.157 1.848-1 3.536-1.948 4.813-3.157C18.148 15.6 19 14.078 19 11.912V6.464l-7-2.407-7 2.407Z', }) + +export const ShieldCheck_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M12.325 2.054a1 1 0 0 0-.65 0l-8 2.75A1 1 0 0 0 3 5.75v6.162c0 2.807 1.149 4.83 2.813 6.405 1.572 1.488 3.632 2.6 5.555 3.636l.157.085a1 1 0 0 0 .95 0l.157-.085c1.923-1.037 3.983-2.148 5.556-3.636C19.85 16.742 21 14.719 21 11.912V5.75a1 1 0 0 0-.675-.946l-8-2.75ZM5 11.912V6.464l7-2.407 7 2.407v5.448c0 2.166-.851 3.687-2.188 4.952-1.276 1.209-2.964 2.158-4.812 3.157-1.848-1-3.536-1.948-4.813-3.157C5.851 15.6 5 14.078 5 11.912Zm10.207-1.205a1 1 0 0 0-1.414-1.414L11 12.086l-.793-.793a1 1 0 0 0-1.414 1.414l1.5 1.5a1 1 0 0 0 1.414 0l3.5-3.5Z', +}) |