Initial commit: expo-popcore-app
This commit is contained in:
27
components/icon/privacy.tsx
Normal file
27
components/icon/privacy.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
import Svg, { Path } from 'react-native-svg';
|
||||
|
||||
export const PrivacyIcon = () => (
|
||||
<Svg width="20" height="20" viewBox="0 0 20 20" fill="none">
|
||||
<Path
|
||||
d="M4.16667 5.83333H15.8333C16.2754 5.83333 16.6993 6.00893 17.0119 6.32149C17.3244 6.63405 17.5 7.05797 17.5 7.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0119 17.0119C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30071 17.3244 2.98815 17.0119C2.67559 16.6993 2.5 16.2754 2.5 15.8333V7.5C2.5 7.05797 2.67559 6.63405 2.98815 6.32149C3.30071 6.00893 3.72464 5.83333 4.16667 5.83333Z"
|
||||
stroke="#F5F5F5"
|
||||
strokeWidth="1.2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<Path
|
||||
d="M4.16667 5.83333L10 2.5L15.8333 5.83333"
|
||||
stroke="#F5F5F5"
|
||||
strokeWidth="1.2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<Path
|
||||
d="M6.66667 10H13.3333"
|
||||
stroke="#F5F5F5"
|
||||
strokeWidth="1.2"
|
||||
strokeLinecap="round"
|
||||
/>
|
||||
</Svg>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user