diff --git a/assets/icons/brands/Mark.svg b/assets/icons/brands/Mark.svg index 7a97aeb012..d7e5610dde 100644 --- a/assets/icons/brands/Mark.svg +++ b/assets/icons/brands/Mark.svg @@ -1 +1 @@ - + diff --git a/assets/icons/brands/VerifierCheck.svg b/assets/icons/brands/VerifierCheck.svg index 7030988f73..4c6e93321a 100644 --- a/assets/icons/brands/VerifierCheck.svg +++ b/assets/icons/brands/VerifierCheck.svg @@ -1 +1 @@ - + diff --git a/src/components/icons/brands/Mark.tsx b/src/components/icons/brands/Mark.tsx index b11208d19c..8f417fe0ba 100644 --- a/src/components/icons/brands/Mark.tsx +++ b/src/components/icons/brands/Mark.tsx @@ -9,6 +9,8 @@ export const Mark = createSVG({ stroke: 'none', type: 'path', d: 'M6.335 4.212c2.293 1.76 4.76 5.327 5.665 7.241.906-1.914 3.372-5.482 5.665-7.241C19.319 2.942 22 1.96 22 5.086c0 .624-.35 5.244-.556 5.994-.713 2.608-3.315 3.273-5.629 2.87 4.045.704 5.074 3.035 2.852 5.366-4.22 4.426-6.066-1.111-6.54-2.53-.086-.26-.126-.382-.127-.278 0-.104-.041.018-.128.278-.473 1.419-2.318 6.956-6.539 2.53-2.222-2.331-1.193-4.662 2.852-5.366-2.314.403-4.916-.262-5.63-2.87C2.35 10.33 2 5.71 2 5.086c0-3.126 2.68-2.144 4.335-.874Z', + fillRule: 'evenodd', + clipRule: 'evenodd', }, ], viewBox: '0 0 24 24', diff --git a/src/components/icons/brands/VerifierCheck.tsx b/src/components/icons/brands/VerifierCheck.tsx index 456f8333b8..18872ab1ea 100644 --- a/src/components/icons/brands/VerifierCheck.tsx +++ b/src/components/icons/brands/VerifierCheck.tsx @@ -9,6 +9,8 @@ export const VerifierCheck = createSVG({ stroke: 'none', type: 'path', d: 'M8.792 1.615a4.154 4.154 0 0 1 6.416 0 4.15 4.15 0 0 0 3.146 1.515 4.154 4.154 0 0 1 4 5.017 4.15 4.15 0 0 0 .777 3.404 4.154 4.154 0 0 1-1.427 6.255 4.15 4.15 0 0 0-2.177 2.73 4.154 4.154 0 0 1-5.781 2.784 4.15 4.15 0 0 0-3.492 0 4.154 4.154 0 0 1-5.78-2.784 4.15 4.15 0 0 0-2.178-2.73A4.154 4.154 0 0 1 .87 11.551a4.15 4.15 0 0 0 .776-3.404 4.154 4.154 0 0 1 4-5.017 4.15 4.15 0 0 0 3.146-1.515Z', + fillRule: 'evenodd', + clipRule: 'evenodd', }, { fill: '#fff',