diff --git a/src/components/pictograms/Pictogram.tsx b/src/components/pictograms/Pictogram.tsx
index f182ecd0..ec112751 100644
--- a/src/components/pictograms/Pictogram.tsx
+++ b/src/components/pictograms/Pictogram.tsx
@@ -41,6 +41,7 @@ import PictogramUmbrellaNew from "./svg/PictogramUmbrellaNew";
import PictogramUnrecognized from "./svg/PictogramUnrecognized";
import PictogramUploadFile from "./svg/PictogramUploadFile";
import PictogramSuccess from "./svg/PictogramSuccess";
+import PictogramFocusOn from "./svg/PictogramFocusOn";
export const IOPictograms = {
airBaloon: PictogramAirBaloon,
@@ -81,7 +82,8 @@ export const IOPictograms = {
umbrellaNew: PictogramUmbrellaNew,
feedback: PictogramFeedback,
cameraRequest: PictogramCameraRequest,
- success: PictogramSuccess
+ success: PictogramSuccess,
+ focusOn: PictogramFocusOn
};
export type IOPictograms = keyof typeof IOPictograms;
@@ -115,11 +117,12 @@ export const Pictogram = ({
/* Bleed pictograms
Used in the component
*/
-const { donation, feedback } = IOPictograms;
+const { donation, feedback, focusOn } = IOPictograms;
const IOPictogramsBleed = {
donation,
- feedback
+ feedback,
+ focusOn
} as const;
export type IOPictogramsBleed = keyof typeof IOPictogramsBleed;
diff --git a/src/components/pictograms/svg/PictogramFocusOn.tsx b/src/components/pictograms/svg/PictogramFocusOn.tsx
new file mode 100644
index 00000000..28a06473
--- /dev/null
+++ b/src/components/pictograms/svg/PictogramFocusOn.tsx
@@ -0,0 +1,39 @@
+import React from "react";
+import { Svg, Path, G, Defs } from "react-native-svg";
+import { SVGPictogramProps } from "../Pictogram";
+
+const PictogramFocusOn = ({ size, color, ...props }: SVGPictogramProps) => (
+
+);
+
+export default PictogramFocusOn;
diff --git a/src/components/pictograms/svg/originals/PictogramFocusOn.svg b/src/components/pictograms/svg/originals/PictogramFocusOn.svg
new file mode 100644
index 00000000..d61774df
--- /dev/null
+++ b/src/components/pictograms/svg/originals/PictogramFocusOn.svg
@@ -0,0 +1,19 @@
+