Skip to content

Commit 3024818

Browse files
authored
feat: add binoculars icons (#1258)
1 parent 8e22a3d commit 3024818

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

src/data.json

+23-3
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,26 @@
12941294
"sharp"
12951295
]
12961296
},
1297+
{
1298+
"name": "binoculars",
1299+
"tags": [
1300+
"binoculars"
1301+
]
1302+
},
1303+
{
1304+
"name": "binoculars-outline",
1305+
"tags": [
1306+
"binoculars",
1307+
"outline"
1308+
]
1309+
},
1310+
{
1311+
"name": "binoculars-sharp",
1312+
"tags": [
1313+
"binoculars",
1314+
"sharp"
1315+
]
1316+
},
12971317
{
12981318
"name": "bluetooth",
12991319
"tags": [
@@ -7445,10 +7465,10 @@
74457465
{
74467466
"name": "open",
74477467
"tags": [
7448-
"open",
7449-
"external",
74507468
"anchor",
7451-
"link"
7469+
"external",
7470+
"link",
7471+
"open"
74527472
]
74537473
},
74547474
{

src/svg/binoculars-outline.svg

+8
Loading

src/svg/binoculars-sharp.svg

+3
Loading

src/svg/binoculars.svg

+3
Loading

0 commit comments

Comments
 (0)