@tabler/icons 3.31.0 → 3.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/categories/outline/Arrows/arrow-bar-to-down-dashed.svg +18 -0
- package/categories/outline/Arrows/arrow-bar-to-left-dashed.svg +18 -0
- package/categories/outline/Arrows/arrow-bar-to-right-dashed.svg +18 -0
- package/categories/outline/Arrows/arrow-bar-to-up-dashed.svg +18 -0
- package/categories/outline/Sytem/filter-2-bolt.svg +18 -0
- package/categories/outline/Sytem/filter-2-cancel.svg +18 -0
- package/categories/outline/Sytem/filter-2-check.svg +18 -0
- package/categories/outline/Sytem/filter-2-code.svg +19 -0
- package/categories/outline/Sytem/filter-2-cog.svg +18 -0
- package/categories/outline/Sytem/filter-2-discount.svg +20 -0
- package/categories/outline/Sytem/filter-2-dollar.svg +18 -0
- package/categories/outline/Sytem/filter-2-down.svg +20 -0
- package/categories/outline/Sytem/filter-2-edit.svg +18 -0
- package/categories/outline/Sytem/filter-2-exclamation.svg +18 -0
- package/categories/outline/Sytem/filter-2-minus.svg +18 -0
- package/categories/outline/Sytem/filter-2-pause.svg +19 -0
- package/categories/outline/Sytem/filter-2-pin.svg +18 -0
- package/categories/outline/Sytem/filter-2-plus.svg +19 -0
- package/categories/outline/Sytem/filter-2-question.svg +19 -0
- package/categories/outline/Sytem/filter-2-search.svg +19 -0
- package/categories/outline/Sytem/filter-2-share.svg +20 -0
- package/categories/outline/Sytem/filter-2-spark.svg +18 -0
- package/categories/outline/Sytem/filter-2-up.svg +18 -0
- package/categories/outline/Sytem/filter-2-x.svg +18 -0
- package/categories/outline/Sytem/filter-2.svg +17 -0
- package/icons/filled/book.svg +1 -1
- package/icons/filled/clipboard-plus.svg +11 -0
- package/icons/filled/clipboard-smile.svg +11 -0
- package/icons/filled/ease-in-control-point.svg +11 -0
- package/icons/filled/ease-in-out-control-points.svg +12 -0
- package/icons/filled/ease-out-control-point.svg +12 -0
- package/icons/filled/file-analytics.svg +12 -0
- package/icons/filled/file-code.svg +12 -0
- package/icons/filled/file-diff.svg +12 -0
- package/icons/filled/file-dots.svg +12 -0
- package/icons/filled/file-function.svg +12 -0
- package/icons/filled/file-info.svg +12 -0
- package/icons/filled/file-typography.svg +12 -0
- package/icons/filled/heart-broken.svg +11 -0
- package/icons/filled/laurel-wreath-1.svg +11 -0
- package/icons/filled/laurel-wreath-2.svg +11 -0
- package/icons/filled/laurel-wreath-3.svg +11 -0
- package/icons/filled/microscope.svg +11 -0
- package/icons/filled/ufo.svg +11 -0
- package/icons/outline/arrow-bar-to-down-dashed.svg +18 -0
- package/icons/outline/arrow-bar-to-left-dashed.svg +18 -0
- package/icons/outline/arrow-bar-to-right-dashed.svg +18 -0
- package/icons/outline/arrow-bar-to-up-dashed.svg +18 -0
- package/icons/outline/chalkboard-teacher.svg +17 -0
- package/icons/outline/filter-2-bolt.svg +18 -0
- package/icons/outline/filter-2-cancel.svg +18 -0
- package/icons/outline/filter-2-check.svg +18 -0
- package/icons/outline/filter-2-code.svg +19 -0
- package/icons/outline/filter-2-cog.svg +18 -0
- package/icons/outline/filter-2-discount.svg +20 -0
- package/icons/outline/filter-2-dollar.svg +18 -0
- package/icons/outline/filter-2-down.svg +20 -0
- package/icons/outline/filter-2-edit.svg +18 -0
- package/icons/outline/filter-2-exclamation.svg +18 -0
- package/icons/outline/filter-2-minus.svg +18 -0
- package/icons/outline/filter-2-pause.svg +19 -0
- package/icons/outline/filter-2-pin.svg +18 -0
- package/icons/outline/filter-2-plus.svg +19 -0
- package/icons/outline/filter-2-question.svg +19 -0
- package/icons/outline/filter-2-search.svg +19 -0
- package/icons/outline/filter-2-share.svg +20 -0
- package/icons/outline/filter-2-spark.svg +18 -0
- package/icons/outline/filter-2-up.svg +18 -0
- package/icons/outline/filter-2-x.svg +18 -0
- package/icons/outline/filter-2.svg +17 -0
- package/icons/outline/filter-spark.svg +16 -0
- package/icons.json +369 -0
- package/package.json +1 -1
- package/tabler-nodes-filled.json +199 -1
- package/tabler-nodes-outline.json +744 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-filter-2"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M4 6h16" />
|
|
15
|
+
<path d="M6 12h12" />
|
|
16
|
+
<path d="M9 18h6" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
class="icon icon-tabler icons-tabler-outline icon-tabler-filter-spark"
|
|
12
|
+
>
|
|
13
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
14
|
+
<path d="M15 12.5v-.5l4.414 -4.414a2 2 0 0 0 .586 -1.414v-2.172h-16v2.227c0 .497 .185 .977 .52 1.345l4.48 4.928v8.5l2 -.667" />
|
|
15
|
+
<path d="M18.5 22a4.75 4.75 0 0 1 3.5 -3.5a4.75 4.75 0 0 1 -3.5 -3.5a4.75 4.75 0 0 1 -3.5 3.5a4.75 4.75 0 0 1 3.5 3.5" />
|
|
16
|
+
</svg>
|
package/icons.json
CHANGED
|
@@ -2978,6 +2978,17 @@
|
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
},
|
|
2981
|
+
"arrow-bar-to-down-dashed": {
|
|
2982
|
+
"name": "arrow-bar-to-down-dashed",
|
|
2983
|
+
"category": "Arrows",
|
|
2984
|
+
"tags": [],
|
|
2985
|
+
"styles": {
|
|
2986
|
+
"outline": {
|
|
2987
|
+
"version": "3.32",
|
|
2988
|
+
"unicode": "10164"
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2981
2992
|
"arrow-bar-to-down": {
|
|
2982
2993
|
"name": "arrow-bar-to-down",
|
|
2983
2994
|
"category": "Arrows",
|
|
@@ -2992,6 +3003,17 @@
|
|
|
2992
3003
|
}
|
|
2993
3004
|
}
|
|
2994
3005
|
},
|
|
3006
|
+
"arrow-bar-to-left-dashed": {
|
|
3007
|
+
"name": "arrow-bar-to-left-dashed",
|
|
3008
|
+
"category": "Arrows",
|
|
3009
|
+
"tags": [],
|
|
3010
|
+
"styles": {
|
|
3011
|
+
"outline": {
|
|
3012
|
+
"version": "3.32",
|
|
3013
|
+
"unicode": "10163"
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
2995
3017
|
"arrow-bar-to-left": {
|
|
2996
3018
|
"name": "arrow-bar-to-left",
|
|
2997
3019
|
"category": "Arrows",
|
|
@@ -3006,6 +3028,17 @@
|
|
|
3006
3028
|
}
|
|
3007
3029
|
}
|
|
3008
3030
|
},
|
|
3031
|
+
"arrow-bar-to-right-dashed": {
|
|
3032
|
+
"name": "arrow-bar-to-right-dashed",
|
|
3033
|
+
"category": "Arrows",
|
|
3034
|
+
"tags": [],
|
|
3035
|
+
"styles": {
|
|
3036
|
+
"outline": {
|
|
3037
|
+
"version": "3.32",
|
|
3038
|
+
"unicode": "10162"
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3009
3042
|
"arrow-bar-to-right": {
|
|
3010
3043
|
"name": "arrow-bar-to-right",
|
|
3011
3044
|
"category": "Arrows",
|
|
@@ -3020,6 +3053,17 @@
|
|
|
3020
3053
|
}
|
|
3021
3054
|
}
|
|
3022
3055
|
},
|
|
3056
|
+
"arrow-bar-to-up-dashed": {
|
|
3057
|
+
"name": "arrow-bar-to-up-dashed",
|
|
3058
|
+
"category": "Arrows",
|
|
3059
|
+
"tags": [],
|
|
3060
|
+
"styles": {
|
|
3061
|
+
"outline": {
|
|
3062
|
+
"version": "3.32",
|
|
3063
|
+
"unicode": "10161"
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3023
3067
|
"arrow-bar-to-up": {
|
|
3024
3068
|
"name": "arrow-bar-to-up",
|
|
3025
3069
|
"category": "Arrows",
|
|
@@ -22508,6 +22552,17 @@
|
|
|
22508
22552
|
}
|
|
22509
22553
|
}
|
|
22510
22554
|
},
|
|
22555
|
+
"chalkboard-teacher": {
|
|
22556
|
+
"name": "chalkboard-teacher",
|
|
22557
|
+
"category": "",
|
|
22558
|
+
"tags": [],
|
|
22559
|
+
"styles": {
|
|
22560
|
+
"outline": {
|
|
22561
|
+
"version": "3.32",
|
|
22562
|
+
"unicode": "10160"
|
|
22563
|
+
}
|
|
22564
|
+
}
|
|
22565
|
+
},
|
|
22511
22566
|
"chalkboard": {
|
|
22512
22567
|
"name": "chalkboard",
|
|
22513
22568
|
"category": "Document",
|
|
@@ -27586,6 +27641,10 @@
|
|
|
27586
27641
|
"outline": {
|
|
27587
27642
|
"version": "1.49",
|
|
27588
27643
|
"unicode": "efb2"
|
|
27644
|
+
},
|
|
27645
|
+
"filled": {
|
|
27646
|
+
"version": "3.33",
|
|
27647
|
+
"unicode": "10176"
|
|
27589
27648
|
}
|
|
27590
27649
|
}
|
|
27591
27650
|
},
|
|
@@ -27630,6 +27689,10 @@
|
|
|
27630
27689
|
"outline": {
|
|
27631
27690
|
"version": "2.47",
|
|
27632
27691
|
"unicode": "fd9a"
|
|
27692
|
+
},
|
|
27693
|
+
"filled": {
|
|
27694
|
+
"version": "3.33",
|
|
27695
|
+
"unicode": "10175"
|
|
27633
27696
|
}
|
|
27634
27697
|
}
|
|
27635
27698
|
},
|
|
@@ -39872,6 +39935,10 @@
|
|
|
39872
39935
|
"outline": {
|
|
39873
39936
|
"version": "1.107",
|
|
39874
39937
|
"unicode": "f570"
|
|
39938
|
+
},
|
|
39939
|
+
"filled": {
|
|
39940
|
+
"version": "3.33",
|
|
39941
|
+
"unicode": "10174"
|
|
39875
39942
|
}
|
|
39876
39943
|
}
|
|
39877
39944
|
},
|
|
@@ -39888,6 +39955,10 @@
|
|
|
39888
39955
|
"outline": {
|
|
39889
39956
|
"version": "1.107",
|
|
39890
39957
|
"unicode": "f571"
|
|
39958
|
+
},
|
|
39959
|
+
"filled": {
|
|
39960
|
+
"version": "3.33",
|
|
39961
|
+
"unicode": "10173"
|
|
39891
39962
|
}
|
|
39892
39963
|
}
|
|
39893
39964
|
},
|
|
@@ -39936,6 +40007,10 @@
|
|
|
39936
40007
|
"outline": {
|
|
39937
40008
|
"version": "1.107",
|
|
39938
40009
|
"unicode": "f574"
|
|
40010
|
+
},
|
|
40011
|
+
"filled": {
|
|
40012
|
+
"version": "3.33",
|
|
40013
|
+
"unicode": "10172"
|
|
39939
40014
|
}
|
|
39940
40015
|
}
|
|
39941
40016
|
},
|
|
@@ -41678,6 +41753,10 @@
|
|
|
41678
41753
|
"outline": {
|
|
41679
41754
|
"version": "1.37",
|
|
41680
41755
|
"unicode": "ede7"
|
|
41756
|
+
},
|
|
41757
|
+
"filled": {
|
|
41758
|
+
"version": "3.33",
|
|
41759
|
+
"unicode": "10171"
|
|
41681
41760
|
}
|
|
41682
41761
|
}
|
|
41683
41762
|
},
|
|
@@ -41855,6 +41934,10 @@
|
|
|
41855
41934
|
"outline": {
|
|
41856
41935
|
"version": "1.6",
|
|
41857
41936
|
"unicode": "ebd0"
|
|
41937
|
+
},
|
|
41938
|
+
"filled": {
|
|
41939
|
+
"version": "3.33",
|
|
41940
|
+
"unicode": "10170"
|
|
41858
41941
|
}
|
|
41859
41942
|
}
|
|
41860
41943
|
},
|
|
@@ -41954,6 +42037,10 @@
|
|
|
41954
42037
|
"outline": {
|
|
41955
42038
|
"version": "1.22",
|
|
41956
42039
|
"unicode": "ecf1"
|
|
42040
|
+
},
|
|
42041
|
+
"filled": {
|
|
42042
|
+
"version": "3.33",
|
|
42043
|
+
"unicode": "1016f"
|
|
41957
42044
|
}
|
|
41958
42045
|
}
|
|
41959
42046
|
},
|
|
@@ -42017,6 +42104,10 @@
|
|
|
42017
42104
|
"outline": {
|
|
42018
42105
|
"version": "1.56",
|
|
42019
42106
|
"unicode": "f038"
|
|
42107
|
+
},
|
|
42108
|
+
"filled": {
|
|
42109
|
+
"version": "3.33",
|
|
42110
|
+
"unicode": "1016e"
|
|
42020
42111
|
}
|
|
42021
42112
|
}
|
|
42022
42113
|
},
|
|
@@ -42106,6 +42197,10 @@
|
|
|
42106
42197
|
"outline": {
|
|
42107
42198
|
"version": "1.104",
|
|
42108
42199
|
"unicode": "f53e"
|
|
42200
|
+
},
|
|
42201
|
+
"filled": {
|
|
42202
|
+
"version": "3.33",
|
|
42203
|
+
"unicode": "1016d"
|
|
42109
42204
|
}
|
|
42110
42205
|
}
|
|
42111
42206
|
},
|
|
@@ -42176,6 +42271,10 @@
|
|
|
42176
42271
|
"outline": {
|
|
42177
42272
|
"version": "1.38",
|
|
42178
42273
|
"unicode": "edec"
|
|
42274
|
+
},
|
|
42275
|
+
"filled": {
|
|
42276
|
+
"version": "3.33",
|
|
42277
|
+
"unicode": "1016c"
|
|
42179
42278
|
}
|
|
42180
42279
|
}
|
|
42181
42280
|
},
|
|
@@ -43295,6 +43394,10 @@
|
|
|
43295
43394
|
"outline": {
|
|
43296
43395
|
"version": "1.56",
|
|
43297
43396
|
"unicode": "f041"
|
|
43397
|
+
},
|
|
43398
|
+
"filled": {
|
|
43399
|
+
"version": "3.33",
|
|
43400
|
+
"unicode": "1016b"
|
|
43298
43401
|
}
|
|
43299
43402
|
}
|
|
43300
43403
|
},
|
|
@@ -43457,6 +43560,237 @@
|
|
|
43457
43560
|
}
|
|
43458
43561
|
}
|
|
43459
43562
|
},
|
|
43563
|
+
"filter-2-bolt": {
|
|
43564
|
+
"name": "filter-2-bolt",
|
|
43565
|
+
"category": "Sytem",
|
|
43566
|
+
"tags": [],
|
|
43567
|
+
"styles": {
|
|
43568
|
+
"outline": {
|
|
43569
|
+
"version": "3.32",
|
|
43570
|
+
"unicode": "1015f"
|
|
43571
|
+
}
|
|
43572
|
+
}
|
|
43573
|
+
},
|
|
43574
|
+
"filter-2-cancel": {
|
|
43575
|
+
"name": "filter-2-cancel",
|
|
43576
|
+
"category": "Sytem",
|
|
43577
|
+
"tags": [],
|
|
43578
|
+
"styles": {
|
|
43579
|
+
"outline": {
|
|
43580
|
+
"version": "3.32",
|
|
43581
|
+
"unicode": "1015e"
|
|
43582
|
+
}
|
|
43583
|
+
}
|
|
43584
|
+
},
|
|
43585
|
+
"filter-2-check": {
|
|
43586
|
+
"name": "filter-2-check",
|
|
43587
|
+
"category": "Sytem",
|
|
43588
|
+
"tags": [],
|
|
43589
|
+
"styles": {
|
|
43590
|
+
"outline": {
|
|
43591
|
+
"version": "3.32",
|
|
43592
|
+
"unicode": "1015d"
|
|
43593
|
+
}
|
|
43594
|
+
}
|
|
43595
|
+
},
|
|
43596
|
+
"filter-2-code": {
|
|
43597
|
+
"name": "filter-2-code",
|
|
43598
|
+
"category": "Sytem",
|
|
43599
|
+
"tags": [],
|
|
43600
|
+
"styles": {
|
|
43601
|
+
"outline": {
|
|
43602
|
+
"version": "3.32",
|
|
43603
|
+
"unicode": "1015c"
|
|
43604
|
+
}
|
|
43605
|
+
}
|
|
43606
|
+
},
|
|
43607
|
+
"filter-2-cog": {
|
|
43608
|
+
"name": "filter-2-cog",
|
|
43609
|
+
"category": "Sytem",
|
|
43610
|
+
"tags": [],
|
|
43611
|
+
"styles": {
|
|
43612
|
+
"outline": {
|
|
43613
|
+
"version": "3.32",
|
|
43614
|
+
"unicode": "1015b"
|
|
43615
|
+
}
|
|
43616
|
+
}
|
|
43617
|
+
},
|
|
43618
|
+
"filter-2-discount": {
|
|
43619
|
+
"name": "filter-2-discount",
|
|
43620
|
+
"category": "Sytem",
|
|
43621
|
+
"tags": [],
|
|
43622
|
+
"styles": {
|
|
43623
|
+
"outline": {
|
|
43624
|
+
"version": "3.32",
|
|
43625
|
+
"unicode": "1015a"
|
|
43626
|
+
}
|
|
43627
|
+
}
|
|
43628
|
+
},
|
|
43629
|
+
"filter-2-dollar": {
|
|
43630
|
+
"name": "filter-2-dollar",
|
|
43631
|
+
"category": "Sytem",
|
|
43632
|
+
"tags": [],
|
|
43633
|
+
"styles": {
|
|
43634
|
+
"outline": {
|
|
43635
|
+
"version": "3.32",
|
|
43636
|
+
"unicode": "10159"
|
|
43637
|
+
}
|
|
43638
|
+
}
|
|
43639
|
+
},
|
|
43640
|
+
"filter-2-down": {
|
|
43641
|
+
"name": "filter-2-down",
|
|
43642
|
+
"category": "Sytem",
|
|
43643
|
+
"tags": [],
|
|
43644
|
+
"styles": {
|
|
43645
|
+
"outline": {
|
|
43646
|
+
"version": "3.32",
|
|
43647
|
+
"unicode": "10158"
|
|
43648
|
+
}
|
|
43649
|
+
}
|
|
43650
|
+
},
|
|
43651
|
+
"filter-2-edit": {
|
|
43652
|
+
"name": "filter-2-edit",
|
|
43653
|
+
"category": "Sytem",
|
|
43654
|
+
"tags": [],
|
|
43655
|
+
"styles": {
|
|
43656
|
+
"outline": {
|
|
43657
|
+
"version": "3.32",
|
|
43658
|
+
"unicode": "10157"
|
|
43659
|
+
}
|
|
43660
|
+
}
|
|
43661
|
+
},
|
|
43662
|
+
"filter-2-exclamation": {
|
|
43663
|
+
"name": "filter-2-exclamation",
|
|
43664
|
+
"category": "Sytem",
|
|
43665
|
+
"tags": [],
|
|
43666
|
+
"styles": {
|
|
43667
|
+
"outline": {
|
|
43668
|
+
"version": "3.32",
|
|
43669
|
+
"unicode": "10156"
|
|
43670
|
+
}
|
|
43671
|
+
}
|
|
43672
|
+
},
|
|
43673
|
+
"filter-2-minus": {
|
|
43674
|
+
"name": "filter-2-minus",
|
|
43675
|
+
"category": "Sytem",
|
|
43676
|
+
"tags": [],
|
|
43677
|
+
"styles": {
|
|
43678
|
+
"outline": {
|
|
43679
|
+
"version": "3.32",
|
|
43680
|
+
"unicode": "10155"
|
|
43681
|
+
}
|
|
43682
|
+
}
|
|
43683
|
+
},
|
|
43684
|
+
"filter-2-pause": {
|
|
43685
|
+
"name": "filter-2-pause",
|
|
43686
|
+
"category": "Sytem",
|
|
43687
|
+
"tags": [],
|
|
43688
|
+
"styles": {
|
|
43689
|
+
"outline": {
|
|
43690
|
+
"version": "3.32",
|
|
43691
|
+
"unicode": "10154"
|
|
43692
|
+
}
|
|
43693
|
+
}
|
|
43694
|
+
},
|
|
43695
|
+
"filter-2-pin": {
|
|
43696
|
+
"name": "filter-2-pin",
|
|
43697
|
+
"category": "Sytem",
|
|
43698
|
+
"tags": [],
|
|
43699
|
+
"styles": {
|
|
43700
|
+
"outline": {
|
|
43701
|
+
"version": "3.32",
|
|
43702
|
+
"unicode": "10153"
|
|
43703
|
+
}
|
|
43704
|
+
}
|
|
43705
|
+
},
|
|
43706
|
+
"filter-2-plus": {
|
|
43707
|
+
"name": "filter-2-plus",
|
|
43708
|
+
"category": "Sytem",
|
|
43709
|
+
"tags": [],
|
|
43710
|
+
"styles": {
|
|
43711
|
+
"outline": {
|
|
43712
|
+
"version": "3.32",
|
|
43713
|
+
"unicode": "10152"
|
|
43714
|
+
}
|
|
43715
|
+
}
|
|
43716
|
+
},
|
|
43717
|
+
"filter-2-question": {
|
|
43718
|
+
"name": "filter-2-question",
|
|
43719
|
+
"category": "Sytem",
|
|
43720
|
+
"tags": [],
|
|
43721
|
+
"styles": {
|
|
43722
|
+
"outline": {
|
|
43723
|
+
"version": "3.32",
|
|
43724
|
+
"unicode": "10151"
|
|
43725
|
+
}
|
|
43726
|
+
}
|
|
43727
|
+
},
|
|
43728
|
+
"filter-2-search": {
|
|
43729
|
+
"name": "filter-2-search",
|
|
43730
|
+
"category": "Sytem",
|
|
43731
|
+
"tags": [],
|
|
43732
|
+
"styles": {
|
|
43733
|
+
"outline": {
|
|
43734
|
+
"version": "3.32",
|
|
43735
|
+
"unicode": "10150"
|
|
43736
|
+
}
|
|
43737
|
+
}
|
|
43738
|
+
},
|
|
43739
|
+
"filter-2-share": {
|
|
43740
|
+
"name": "filter-2-share",
|
|
43741
|
+
"category": "Sytem",
|
|
43742
|
+
"tags": [],
|
|
43743
|
+
"styles": {
|
|
43744
|
+
"outline": {
|
|
43745
|
+
"version": "3.32",
|
|
43746
|
+
"unicode": "1014f"
|
|
43747
|
+
}
|
|
43748
|
+
}
|
|
43749
|
+
},
|
|
43750
|
+
"filter-2-spark": {
|
|
43751
|
+
"name": "filter-2-spark",
|
|
43752
|
+
"category": "Sytem",
|
|
43753
|
+
"tags": [],
|
|
43754
|
+
"styles": {
|
|
43755
|
+
"outline": {
|
|
43756
|
+
"version": "3.32",
|
|
43757
|
+
"unicode": "1014e"
|
|
43758
|
+
}
|
|
43759
|
+
}
|
|
43760
|
+
},
|
|
43761
|
+
"filter-2-up": {
|
|
43762
|
+
"name": "filter-2-up",
|
|
43763
|
+
"category": "Sytem",
|
|
43764
|
+
"tags": [],
|
|
43765
|
+
"styles": {
|
|
43766
|
+
"outline": {
|
|
43767
|
+
"version": "3.32",
|
|
43768
|
+
"unicode": "1014d"
|
|
43769
|
+
}
|
|
43770
|
+
}
|
|
43771
|
+
},
|
|
43772
|
+
"filter-2-x": {
|
|
43773
|
+
"name": "filter-2-x",
|
|
43774
|
+
"category": "Sytem",
|
|
43775
|
+
"tags": [],
|
|
43776
|
+
"styles": {
|
|
43777
|
+
"outline": {
|
|
43778
|
+
"version": "3.32",
|
|
43779
|
+
"unicode": "1014c"
|
|
43780
|
+
}
|
|
43781
|
+
}
|
|
43782
|
+
},
|
|
43783
|
+
"filter-2": {
|
|
43784
|
+
"name": "filter-2",
|
|
43785
|
+
"category": "Sytem",
|
|
43786
|
+
"tags": [],
|
|
43787
|
+
"styles": {
|
|
43788
|
+
"outline": {
|
|
43789
|
+
"version": "3.32",
|
|
43790
|
+
"unicode": "1014b"
|
|
43791
|
+
}
|
|
43792
|
+
}
|
|
43793
|
+
},
|
|
43460
43794
|
"filter-bolt": {
|
|
43461
43795
|
"name": "filter-bolt",
|
|
43462
43796
|
"category": "System",
|
|
@@ -43867,6 +44201,17 @@
|
|
|
43867
44201
|
}
|
|
43868
44202
|
}
|
|
43869
44203
|
},
|
|
44204
|
+
"filter-spark": {
|
|
44205
|
+
"name": "filter-spark",
|
|
44206
|
+
"category": "",
|
|
44207
|
+
"tags": [],
|
|
44208
|
+
"styles": {
|
|
44209
|
+
"outline": {
|
|
44210
|
+
"version": "3.32",
|
|
44211
|
+
"unicode": "1014a"
|
|
44212
|
+
}
|
|
44213
|
+
}
|
|
44214
|
+
},
|
|
43870
44215
|
"filter-star": {
|
|
43871
44216
|
"name": "filter-star",
|
|
43872
44217
|
"category": "System",
|
|
@@ -48381,6 +48726,10 @@
|
|
|
48381
48726
|
"outline": {
|
|
48382
48727
|
"version": "1.18",
|
|
48383
48728
|
"unicode": "ecba"
|
|
48729
|
+
},
|
|
48730
|
+
"filled": {
|
|
48731
|
+
"version": "3.33",
|
|
48732
|
+
"unicode": "1016a"
|
|
48384
48733
|
}
|
|
48385
48734
|
}
|
|
48386
48735
|
},
|
|
@@ -53442,6 +53791,10 @@
|
|
|
53442
53791
|
"outline": {
|
|
53443
53792
|
"version": "3.10",
|
|
53444
53793
|
"unicode": "ff48"
|
|
53794
|
+
},
|
|
53795
|
+
"filled": {
|
|
53796
|
+
"version": "3.33",
|
|
53797
|
+
"unicode": "10169"
|
|
53445
53798
|
}
|
|
53446
53799
|
}
|
|
53447
53800
|
},
|
|
@@ -53463,6 +53816,10 @@
|
|
|
53463
53816
|
"outline": {
|
|
53464
53817
|
"version": "3.10",
|
|
53465
53818
|
"unicode": "ff47"
|
|
53819
|
+
},
|
|
53820
|
+
"filled": {
|
|
53821
|
+
"version": "3.33",
|
|
53822
|
+
"unicode": "10168"
|
|
53466
53823
|
}
|
|
53467
53824
|
}
|
|
53468
53825
|
},
|
|
@@ -53485,6 +53842,10 @@
|
|
|
53485
53842
|
"outline": {
|
|
53486
53843
|
"version": "3.10",
|
|
53487
53844
|
"unicode": "ff46"
|
|
53845
|
+
},
|
|
53846
|
+
"filled": {
|
|
53847
|
+
"version": "3.33",
|
|
53848
|
+
"unicode": "10167"
|
|
53488
53849
|
}
|
|
53489
53850
|
}
|
|
53490
53851
|
},
|
|
@@ -62576,6 +62937,10 @@
|
|
|
62576
62937
|
"outline": {
|
|
62577
62938
|
"version": "1.44",
|
|
62578
62939
|
"unicode": "ef64"
|
|
62940
|
+
},
|
|
62941
|
+
"filled": {
|
|
62942
|
+
"version": "3.33",
|
|
62943
|
+
"unicode": "10166"
|
|
62579
62944
|
}
|
|
62580
62945
|
}
|
|
62581
62946
|
},
|
|
@@ -90726,6 +91091,10 @@
|
|
|
90726
91091
|
"outline": {
|
|
90727
91092
|
"version": "1.76",
|
|
90728
91093
|
"unicode": "f26f"
|
|
91094
|
+
},
|
|
91095
|
+
"filled": {
|
|
91096
|
+
"version": "3.33",
|
|
91097
|
+
"unicode": "10165"
|
|
90729
91098
|
}
|
|
90730
91099
|
}
|
|
90731
91100
|
},
|