File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.8.9 " ,
2+ "version" : " 1.8.10 " ,
33 "license" : " MIT" ,
44 "main" : " dist/index.js" ,
55 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -1405,6 +1405,18 @@ export const HomeOutline = () => (
14051405) ;
14061406
14071407//I
1408+ export const ImageOutline = ( ) => (
1409+ < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" >
1410+ < g data-name = "Layer 2" >
1411+ < g data-name = "image" >
1412+ < rect width = "24" height = "24" opacity = "0" />
1413+ < path d = "M18 3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zM6 5h12a1 1 0 0 1 1 1v8.36l-3.2-2.73a2.77 2.77 0 0 0-3.52 0L5 17.7V6a1 1 0 0 1 1-1zm12 14H6.56l7-5.84a.78.78 0 0 1 .93 0L19 17v1a1 1 0 0 1-1 1z" />
1414+ < circle cx = "8" cy = "8.5" r = "1.5" />
1415+ </ g >
1416+ </ g >
1417+ </ svg >
1418+ ) ;
1419+
14081420export const Info = ( ) => (
14091421 < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" >
14101422 < g data-name = "Layer 2" >
You can’t perform that action at this time.
0 commit comments