Skip to content

Commit 75e3c1a

Browse files
add sliders and filters tags to option icon - fixes ionic-team#1060
1 parent ef3bfcb commit 75e3c1a

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
@@ -7645,21 +7645,27 @@
76457645
{
76467646
"name": "options",
76477647
"tags": [
7648-
"options"
7648+
"options",
7649+
"sliders",
7650+
"filters"
76497651
]
76507652
},
76517653
{
76527654
"name": "options-outline",
76537655
"tags": [
76547656
"options",
7655-
"outline"
7657+
"outline",
7658+
"sliders",
7659+
"filters"
76567660
]
76577661
},
76587662
{
76597663
"name": "options-sharp",
76607664
"tags": [
76617665
"options",
7662-
"sharp"
7666+
"sharp",
7667+
"sliders",
7668+
"filters"
76637669
]
76647670
},
76657671
{

0 commit comments

Comments
 (0)