From 6daf69d33d8b7c61819b0690fb8163200ec647af Mon Sep 17 00:00:00 2001 From: sarthakpranesh Date: Sun, 30 May 2021 13:41:40 +0530 Subject: [PATCH] New vaccine icon Signed-off-by: sarthakpranesh --- src/components/Svgs/Vaccine.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/Svgs/Vaccine.tsx b/src/components/Svgs/Vaccine.tsx index 2f5b754..bb460e0 100644 --- a/src/components/Svgs/Vaccine.tsx +++ b/src/components/Svgs/Vaccine.tsx @@ -1,5 +1,5 @@ import * as React from 'react' -import Svg, { SvgProps, G, Path, Defs, ClipPath } from 'react-native-svg' +import Svg, { SvgProps, Path } from 'react-native-svg' const SvgVaccine = (props: SvgProps) => { return ( @@ -8,19 +8,20 @@ const SvgVaccine = (props: SvgProps) => { height={24} fill="none" stroke="black" - strokeLinecap="round" - strokeLinejoin="round" {...props} > - - - - - - - - - + + + ) }