Skip to content

Commit b0fb727

Browse files
feat: Add new ImageOutline icon (#250)
1 parent 9dfdd9b commit b0fb727

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

src/icon/Icons.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
14081420
export const Info = () => (
14091421
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
14101422
<g data-name="Layer 2">

0 commit comments

Comments
 (0)