Skip to content

Commit f045272

Browse files
add sliders and filters tags to option icon - fixes ionic-team#1060
1 parent f8586af commit f045272

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/data.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7629,21 +7629,27 @@
76297629
{
76307630
"name": "options",
76317631
"tags": [
7632-
"options"
7632+
"options",
7633+
"sliders",
7634+
"filters"
76337635
]
76347636
},
76357637
{
76367638
"name": "options-outline",
76377639
"tags": [
76387640
"options",
7639-
"outline"
7641+
"outline",
7642+
"sliders",
7643+
"filters"
76407644
]
76417645
},
76427646
{
76437647
"name": "options-sharp",
76447648
"tags": [
76457649
"options",
7646-
"sharp"
7650+
"sharp",
7651+
"sliders",
7652+
"filters"
76477653
]
76487654
},
76497655
{

0 commit comments

Comments
 (0)