From b0fb7279a1d7a3d8671973e33aada9515609eb65 Mon Sep 17 00:00:00 2001 From: shreyabsridhar <121978837+shreyabsridhar@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:16:06 -0800 Subject: [PATCH] feat: Add new ImageOutline icon (#250) --- package.json | 2 +- src/icon/Icons.tsx | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32b916b..466be8a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.9", + "version": "1.8.10", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 55b40a2..a24660b 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1405,6 +1405,18 @@ export const HomeOutline = () => ( ); //I +export const ImageOutline = () => ( + + + + + + + + + +); + export const Info = () => (