@momentum-design/icons 0.53.0 → 0.55.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/dist/data/MomentumFontIcons.css +369 -341
- package/dist/data/MomentumFontIcons.min.css +1 -1
- package/dist/data/MomentumIconsType.swift +362 -341
- package/dist/data/scss/icons.scss +348 -341
- package/dist/data/scss/mixins.scss +348 -341
- package/dist/data/scss/placeholders.scss +348 -341
- package/dist/data/scss/variables.scss +348 -341
- package/dist/fonts/MomentumFontIcon.svg +366 -345
- package/dist/fonts/MomentumFontIcon.ttf +0 -0
- package/dist/fonts/MomentumFontIcon.woff +0 -0
- package/dist/fonts/MomentumFontIcon.woff2 +0 -0
- package/dist/fonts/glyphs.json +731 -682
- package/dist/manifest.json +7 -0
- package/dist/svg/dialpad-bold.svg +1 -1
- package/dist/svg/dialpad-filled.svg +1 -1
- package/dist/svg/dialpad-light.svg +1 -1
- package/dist/svg/dialpad-regular.svg +1 -1
- package/dist/svg/text-short-bold.svg +1 -0
- package/dist/svg/text-short-light.svg +1 -0
- package/dist/svg/text-short-regular.svg +1 -0
- package/dist/svg/user-security-status-bold.svg +1 -0
- package/dist/svg/user-security-status-filled.svg +1 -0
- package/dist/svg/user-security-status-light.svg +1 -0
- package/dist/svg/user-security-status-regular.svg +1 -0
- package/dist/ts/dialpad-bold.ts +1 -1
- package/dist/ts/dialpad-filled.ts +1 -1
- package/dist/ts/dialpad-light.ts +1 -1
- package/dist/ts/dialpad-regular.ts +1 -1
- package/dist/ts/text-short-bold.ts +6 -0
- package/dist/ts/text-short-light.ts +6 -0
- package/dist/ts/text-short-regular.ts +6 -0
- package/dist/ts/user-security-status-bold.ts +6 -0
- package/dist/ts/user-security-status-filled.ts +6 -0
- package/dist/ts/user-security-status-light.ts +6 -0
- package/dist/ts/user-security-status-regular.ts +6 -0
- package/package.json +1 -1
|
@@ -11677,1367 +11677,1395 @@
|
|
|
11677
11677
|
content: "\fc28";
|
|
11678
11678
|
}
|
|
11679
11679
|
|
|
11680
|
-
.icon-
|
|
11680
|
+
.icon-text-short-bold::before {
|
|
11681
11681
|
content: "\fc29";
|
|
11682
11682
|
}
|
|
11683
11683
|
|
|
11684
|
-
.icon-
|
|
11684
|
+
.icon-text-short-light::before {
|
|
11685
11685
|
content: "\fc2a";
|
|
11686
11686
|
}
|
|
11687
11687
|
|
|
11688
|
-
.icon-
|
|
11688
|
+
.icon-text-short-regular::before {
|
|
11689
11689
|
content: "\fc2b";
|
|
11690
11690
|
}
|
|
11691
11691
|
|
|
11692
|
-
.icon-three-
|
|
11692
|
+
.icon-three-column-bold::before {
|
|
11693
11693
|
content: "\fc2c";
|
|
11694
11694
|
}
|
|
11695
11695
|
|
|
11696
|
-
.icon-three-
|
|
11696
|
+
.icon-three-column-light::before {
|
|
11697
11697
|
content: "\fc2d";
|
|
11698
11698
|
}
|
|
11699
11699
|
|
|
11700
|
-
.icon-three-
|
|
11700
|
+
.icon-three-column-regular::before {
|
|
11701
11701
|
content: "\fc2e";
|
|
11702
11702
|
}
|
|
11703
11703
|
|
|
11704
|
-
.icon-
|
|
11704
|
+
.icon-three-d-object-bold::before {
|
|
11705
11705
|
content: "\fc2f";
|
|
11706
11706
|
}
|
|
11707
11707
|
|
|
11708
|
-
.icon-
|
|
11708
|
+
.icon-three-d-object-light::before {
|
|
11709
11709
|
content: "\fc30";
|
|
11710
11710
|
}
|
|
11711
11711
|
|
|
11712
|
-
.icon-
|
|
11712
|
+
.icon-three-d-object-regular::before {
|
|
11713
11713
|
content: "\fc31";
|
|
11714
11714
|
}
|
|
11715
11715
|
|
|
11716
|
-
.icon-
|
|
11716
|
+
.icon-time-exclusion-bold::before {
|
|
11717
11717
|
content: "\fc32";
|
|
11718
11718
|
}
|
|
11719
11719
|
|
|
11720
|
-
.icon-
|
|
11720
|
+
.icon-time-exclusion-light::before {
|
|
11721
11721
|
content: "\fc33";
|
|
11722
11722
|
}
|
|
11723
11723
|
|
|
11724
|
-
.icon-
|
|
11724
|
+
.icon-time-exclusion-regular::before {
|
|
11725
11725
|
content: "\fc34";
|
|
11726
11726
|
}
|
|
11727
11727
|
|
|
11728
|
-
.icon-timezone-
|
|
11728
|
+
.icon-timezone-bold::before {
|
|
11729
11729
|
content: "\fc35";
|
|
11730
11730
|
}
|
|
11731
11731
|
|
|
11732
|
-
.icon-
|
|
11732
|
+
.icon-timezone-filled::before {
|
|
11733
11733
|
content: "\fc36";
|
|
11734
11734
|
}
|
|
11735
11735
|
|
|
11736
|
-
.icon-
|
|
11736
|
+
.icon-timezone-light::before {
|
|
11737
11737
|
content: "\fc37";
|
|
11738
11738
|
}
|
|
11739
11739
|
|
|
11740
|
-
.icon-
|
|
11740
|
+
.icon-timezone-regular::before {
|
|
11741
11741
|
content: "\fc38";
|
|
11742
11742
|
}
|
|
11743
11743
|
|
|
11744
|
-
.icon-too-
|
|
11744
|
+
.icon-too-fast-bold::before {
|
|
11745
11745
|
content: "\fc39";
|
|
11746
11746
|
}
|
|
11747
11747
|
|
|
11748
|
-
.icon-too-
|
|
11748
|
+
.icon-too-fast-light::before {
|
|
11749
11749
|
content: "\fc3a";
|
|
11750
11750
|
}
|
|
11751
11751
|
|
|
11752
|
-
.icon-too-
|
|
11752
|
+
.icon-too-fast-regular::before {
|
|
11753
11753
|
content: "\fc3b";
|
|
11754
11754
|
}
|
|
11755
11755
|
|
|
11756
|
-
.icon-
|
|
11756
|
+
.icon-too-slow-bold::before {
|
|
11757
11757
|
content: "\fc3c";
|
|
11758
11758
|
}
|
|
11759
11759
|
|
|
11760
|
-
.icon-
|
|
11760
|
+
.icon-too-slow-light::before {
|
|
11761
11761
|
content: "\fc3d";
|
|
11762
11762
|
}
|
|
11763
11763
|
|
|
11764
|
-
.icon-
|
|
11764
|
+
.icon-too-slow-regular::before {
|
|
11765
11765
|
content: "\fc3e";
|
|
11766
11766
|
}
|
|
11767
11767
|
|
|
11768
|
-
.icon-tools-
|
|
11768
|
+
.icon-tools-bold::before {
|
|
11769
11769
|
content: "\fc3f";
|
|
11770
11770
|
}
|
|
11771
11771
|
|
|
11772
|
-
.icon-
|
|
11772
|
+
.icon-tools-filled::before {
|
|
11773
11773
|
content: "\fc40";
|
|
11774
11774
|
}
|
|
11775
11775
|
|
|
11776
|
-
.icon-
|
|
11776
|
+
.icon-tools-light::before {
|
|
11777
11777
|
content: "\fc41";
|
|
11778
11778
|
}
|
|
11779
11779
|
|
|
11780
|
-
.icon-
|
|
11780
|
+
.icon-tools-regular::before {
|
|
11781
11781
|
content: "\fc42";
|
|
11782
11782
|
}
|
|
11783
11783
|
|
|
11784
|
-
.icon-
|
|
11784
|
+
.icon-touch-ten-bold::before {
|
|
11785
11785
|
content: "\fc43";
|
|
11786
11786
|
}
|
|
11787
11787
|
|
|
11788
|
-
.icon-
|
|
11788
|
+
.icon-touch-ten-light::before {
|
|
11789
11789
|
content: "\fc44";
|
|
11790
11790
|
}
|
|
11791
11791
|
|
|
11792
|
-
.icon-
|
|
11792
|
+
.icon-touch-ten-regular::before {
|
|
11793
11793
|
content: "\fc45";
|
|
11794
11794
|
}
|
|
11795
11795
|
|
|
11796
|
-
.icon-transcript-
|
|
11796
|
+
.icon-transcript-bold::before {
|
|
11797
11797
|
content: "\fc46";
|
|
11798
11798
|
}
|
|
11799
11799
|
|
|
11800
|
-
.icon-
|
|
11800
|
+
.icon-transcript-filled::before {
|
|
11801
11801
|
content: "\fc47";
|
|
11802
11802
|
}
|
|
11803
11803
|
|
|
11804
|
-
.icon-
|
|
11804
|
+
.icon-transcript-light::before {
|
|
11805
11805
|
content: "\fc48";
|
|
11806
11806
|
}
|
|
11807
11807
|
|
|
11808
|
-
.icon-
|
|
11808
|
+
.icon-transcript-regular::before {
|
|
11809
11809
|
content: "\fc49";
|
|
11810
11810
|
}
|
|
11811
11811
|
|
|
11812
|
-
.icon-translate-
|
|
11812
|
+
.icon-translate-bold::before {
|
|
11813
11813
|
content: "\fc4a";
|
|
11814
11814
|
}
|
|
11815
11815
|
|
|
11816
|
-
.icon-translate-
|
|
11816
|
+
.icon-translate-light::before {
|
|
11817
11817
|
content: "\fc4b";
|
|
11818
11818
|
}
|
|
11819
11819
|
|
|
11820
|
-
.icon-translate-
|
|
11820
|
+
.icon-translate-regular::before {
|
|
11821
11821
|
content: "\fc4c";
|
|
11822
11822
|
}
|
|
11823
11823
|
|
|
11824
|
-
.icon-
|
|
11824
|
+
.icon-translate-undo-bold::before {
|
|
11825
11825
|
content: "\fc4d";
|
|
11826
11826
|
}
|
|
11827
11827
|
|
|
11828
|
-
.icon-
|
|
11828
|
+
.icon-translate-undo-light::before {
|
|
11829
11829
|
content: "\fc4e";
|
|
11830
11830
|
}
|
|
11831
11831
|
|
|
11832
|
-
.icon-
|
|
11832
|
+
.icon-translate-undo-regular::before {
|
|
11833
11833
|
content: "\fc4f";
|
|
11834
11834
|
}
|
|
11835
11835
|
|
|
11836
|
-
.icon-trending-
|
|
11836
|
+
.icon-trending-bold::before {
|
|
11837
11837
|
content: "\fc50";
|
|
11838
11838
|
}
|
|
11839
11839
|
|
|
11840
|
-
.icon-trending-down-
|
|
11840
|
+
.icon-trending-down-bold::before {
|
|
11841
11841
|
content: "\fc51";
|
|
11842
11842
|
}
|
|
11843
11843
|
|
|
11844
|
-
.icon-trending-filled::before {
|
|
11844
|
+
.icon-trending-down-filled::before {
|
|
11845
11845
|
content: "\fc52";
|
|
11846
11846
|
}
|
|
11847
11847
|
|
|
11848
|
-
.icon-trending-light::before {
|
|
11848
|
+
.icon-trending-down-light::before {
|
|
11849
11849
|
content: "\fc53";
|
|
11850
11850
|
}
|
|
11851
11851
|
|
|
11852
|
-
.icon-trending-regular::before {
|
|
11852
|
+
.icon-trending-down-regular::before {
|
|
11853
11853
|
content: "\fc54";
|
|
11854
11854
|
}
|
|
11855
11855
|
|
|
11856
|
-
.icon-
|
|
11856
|
+
.icon-trending-filled::before {
|
|
11857
11857
|
content: "\fc55";
|
|
11858
11858
|
}
|
|
11859
11859
|
|
|
11860
|
-
.icon-
|
|
11860
|
+
.icon-trending-light::before {
|
|
11861
11861
|
content: "\fc56";
|
|
11862
11862
|
}
|
|
11863
11863
|
|
|
11864
|
-
.icon-
|
|
11864
|
+
.icon-trending-regular::before {
|
|
11865
11865
|
content: "\fc57";
|
|
11866
11866
|
}
|
|
11867
11867
|
|
|
11868
|
-
.icon-
|
|
11868
|
+
.icon-trim-bold::before {
|
|
11869
11869
|
content: "\fc58";
|
|
11870
11870
|
}
|
|
11871
11871
|
|
|
11872
|
-
.icon-
|
|
11872
|
+
.icon-trim-light::before {
|
|
11873
11873
|
content: "\fc59";
|
|
11874
11874
|
}
|
|
11875
11875
|
|
|
11876
|
-
.icon-
|
|
11876
|
+
.icon-trim-regular::before {
|
|
11877
11877
|
content: "\fc5a";
|
|
11878
11878
|
}
|
|
11879
11879
|
|
|
11880
|
-
.icon-two-
|
|
11880
|
+
.icon-two-column-bold::before {
|
|
11881
11881
|
content: "\fc5b";
|
|
11882
11882
|
}
|
|
11883
11883
|
|
|
11884
|
-
.icon-two-
|
|
11884
|
+
.icon-two-column-light::before {
|
|
11885
11885
|
content: "\fc5c";
|
|
11886
11886
|
}
|
|
11887
11887
|
|
|
11888
|
-
.icon-two-
|
|
11888
|
+
.icon-two-column-regular::before {
|
|
11889
11889
|
content: "\fc5d";
|
|
11890
11890
|
}
|
|
11891
11891
|
|
|
11892
|
-
.icon-two-way-voice-stream-
|
|
11892
|
+
.icon-two-way-voice-stream-bold::before {
|
|
11893
11893
|
content: "\fc5e";
|
|
11894
11894
|
}
|
|
11895
11895
|
|
|
11896
|
-
.icon-
|
|
11896
|
+
.icon-two-way-voice-stream-filled::before {
|
|
11897
11897
|
content: "\fc5f";
|
|
11898
11898
|
}
|
|
11899
11899
|
|
|
11900
|
-
.icon-
|
|
11900
|
+
.icon-two-way-voice-stream-light::before {
|
|
11901
11901
|
content: "\fc60";
|
|
11902
11902
|
}
|
|
11903
11903
|
|
|
11904
|
-
.icon-
|
|
11904
|
+
.icon-two-way-voice-stream-regular::before {
|
|
11905
11905
|
content: "\fc61";
|
|
11906
11906
|
}
|
|
11907
11907
|
|
|
11908
|
-
.icon-
|
|
11908
|
+
.icon-ucm-cloud-bold::before {
|
|
11909
11909
|
content: "\fc62";
|
|
11910
11910
|
}
|
|
11911
11911
|
|
|
11912
|
-
.icon-
|
|
11912
|
+
.icon-ucm-cloud-light::before {
|
|
11913
11913
|
content: "\fc63";
|
|
11914
11914
|
}
|
|
11915
11915
|
|
|
11916
|
-
.icon-
|
|
11916
|
+
.icon-ucm-cloud-regular::before {
|
|
11917
11917
|
content: "\fc64";
|
|
11918
11918
|
}
|
|
11919
11919
|
|
|
11920
|
-
.icon-unblock-
|
|
11920
|
+
.icon-unblock-bold::before {
|
|
11921
11921
|
content: "\fc65";
|
|
11922
11922
|
}
|
|
11923
11923
|
|
|
11924
|
-
.icon-
|
|
11924
|
+
.icon-unblock-filled::before {
|
|
11925
11925
|
content: "\fc66";
|
|
11926
11926
|
}
|
|
11927
11927
|
|
|
11928
|
-
.icon-
|
|
11928
|
+
.icon-unblock-light::before {
|
|
11929
11929
|
content: "\fc67";
|
|
11930
11930
|
}
|
|
11931
11931
|
|
|
11932
|
-
.icon-
|
|
11932
|
+
.icon-unblock-regular::before {
|
|
11933
11933
|
content: "\fc68";
|
|
11934
11934
|
}
|
|
11935
11935
|
|
|
11936
|
-
.icon-underline-
|
|
11936
|
+
.icon-underline-bold::before {
|
|
11937
11937
|
content: "\fc69";
|
|
11938
11938
|
}
|
|
11939
11939
|
|
|
11940
|
-
.icon-
|
|
11940
|
+
.icon-underline-filled::before {
|
|
11941
11941
|
content: "\fc6a";
|
|
11942
11942
|
}
|
|
11943
11943
|
|
|
11944
|
-
.icon-
|
|
11944
|
+
.icon-underline-light::before {
|
|
11945
11945
|
content: "\fc6b";
|
|
11946
11946
|
}
|
|
11947
11947
|
|
|
11948
|
-
.icon-
|
|
11948
|
+
.icon-underline-regular::before {
|
|
11949
11949
|
content: "\fc6c";
|
|
11950
11950
|
}
|
|
11951
11951
|
|
|
11952
|
-
.icon-
|
|
11952
|
+
.icon-undo-bold::before {
|
|
11953
11953
|
content: "\fc6d";
|
|
11954
11954
|
}
|
|
11955
11955
|
|
|
11956
|
-
.icon-
|
|
11956
|
+
.icon-undo-light::before {
|
|
11957
11957
|
content: "\fc6e";
|
|
11958
11958
|
}
|
|
11959
11959
|
|
|
11960
|
-
.icon-
|
|
11960
|
+
.icon-undo-regular::before {
|
|
11961
11961
|
content: "\fc6f";
|
|
11962
11962
|
}
|
|
11963
11963
|
|
|
11964
|
-
.icon-
|
|
11964
|
+
.icon-unlink-bold::before {
|
|
11965
11965
|
content: "\fc70";
|
|
11966
11966
|
}
|
|
11967
11967
|
|
|
11968
|
-
.icon-
|
|
11968
|
+
.icon-unlink-light::before {
|
|
11969
11969
|
content: "\fc71";
|
|
11970
11970
|
}
|
|
11971
11971
|
|
|
11972
|
-
.icon-
|
|
11972
|
+
.icon-unlink-regular::before {
|
|
11973
11973
|
content: "\fc72";
|
|
11974
11974
|
}
|
|
11975
11975
|
|
|
11976
|
-
.icon-unread-
|
|
11976
|
+
.icon-unread-bold::before {
|
|
11977
11977
|
content: "\fc73";
|
|
11978
11978
|
}
|
|
11979
11979
|
|
|
11980
|
-
.icon-
|
|
11980
|
+
.icon-unread-filled::before {
|
|
11981
11981
|
content: "\fc74";
|
|
11982
11982
|
}
|
|
11983
11983
|
|
|
11984
|
-
.icon-
|
|
11984
|
+
.icon-unread-light::before {
|
|
11985
11985
|
content: "\fc75";
|
|
11986
11986
|
}
|
|
11987
11987
|
|
|
11988
|
-
.icon-
|
|
11988
|
+
.icon-unread-regular::before {
|
|
11989
11989
|
content: "\fc76";
|
|
11990
11990
|
}
|
|
11991
11991
|
|
|
11992
|
-
.icon-unsecure-unlocked-
|
|
11992
|
+
.icon-unsecure-unlocked-bold::before {
|
|
11993
11993
|
content: "\fc77";
|
|
11994
11994
|
}
|
|
11995
11995
|
|
|
11996
|
-
.icon-
|
|
11996
|
+
.icon-unsecure-unlocked-filled::before {
|
|
11997
11997
|
content: "\fc78";
|
|
11998
11998
|
}
|
|
11999
11999
|
|
|
12000
|
-
.icon-
|
|
12000
|
+
.icon-unsecure-unlocked-light::before {
|
|
12001
12001
|
content: "\fc79";
|
|
12002
12002
|
}
|
|
12003
12003
|
|
|
12004
|
-
.icon-
|
|
12004
|
+
.icon-unsecure-unlocked-regular::before {
|
|
12005
12005
|
content: "\fc7a";
|
|
12006
12006
|
}
|
|
12007
12007
|
|
|
12008
|
-
.icon-
|
|
12008
|
+
.icon-unsorted-bold::before {
|
|
12009
12009
|
content: "\fc7b";
|
|
12010
12010
|
}
|
|
12011
12011
|
|
|
12012
|
-
.icon-
|
|
12012
|
+
.icon-unsorted-light::before {
|
|
12013
12013
|
content: "\fc7c";
|
|
12014
12014
|
}
|
|
12015
12015
|
|
|
12016
|
-
.icon-
|
|
12016
|
+
.icon-unsorted-regular::before {
|
|
12017
12017
|
content: "\fc7d";
|
|
12018
12018
|
}
|
|
12019
12019
|
|
|
12020
|
-
.icon-
|
|
12020
|
+
.icon-update-file-share-bold::before {
|
|
12021
12021
|
content: "\fc7e";
|
|
12022
12022
|
}
|
|
12023
12023
|
|
|
12024
|
-
.icon-
|
|
12024
|
+
.icon-update-file-share-light::before {
|
|
12025
12025
|
content: "\fc7f";
|
|
12026
12026
|
}
|
|
12027
12027
|
|
|
12028
|
-
.icon-
|
|
12028
|
+
.icon-update-file-share-regular::before {
|
|
12029
12029
|
content: "\fc80";
|
|
12030
12030
|
}
|
|
12031
12031
|
|
|
12032
|
-
.icon-upload-
|
|
12032
|
+
.icon-upload-bold::before {
|
|
12033
12033
|
content: "\fc81";
|
|
12034
12034
|
}
|
|
12035
12035
|
|
|
12036
|
-
.icon-upload-
|
|
12036
|
+
.icon-upload-image-bold::before {
|
|
12037
12037
|
content: "\fc82";
|
|
12038
12038
|
}
|
|
12039
12039
|
|
|
12040
|
-
.icon-upload-
|
|
12040
|
+
.icon-upload-image-light::before {
|
|
12041
12041
|
content: "\fc83";
|
|
12042
12042
|
}
|
|
12043
12043
|
|
|
12044
|
-
.icon-
|
|
12044
|
+
.icon-upload-image-regular::before {
|
|
12045
12045
|
content: "\fc84";
|
|
12046
12046
|
}
|
|
12047
12047
|
|
|
12048
|
-
.icon-
|
|
12048
|
+
.icon-upload-light::before {
|
|
12049
12049
|
content: "\fc85";
|
|
12050
12050
|
}
|
|
12051
12051
|
|
|
12052
|
-
.icon-
|
|
12052
|
+
.icon-upload-regular::before {
|
|
12053
12053
|
content: "\fc86";
|
|
12054
12054
|
}
|
|
12055
12055
|
|
|
12056
|
-
.icon-
|
|
12056
|
+
.icon-urgent-voicemail-bold::before {
|
|
12057
12057
|
content: "\fc87";
|
|
12058
12058
|
}
|
|
12059
12059
|
|
|
12060
|
-
.icon-
|
|
12060
|
+
.icon-urgent-voicemail-filled::before {
|
|
12061
12061
|
content: "\fc88";
|
|
12062
12062
|
}
|
|
12063
12063
|
|
|
12064
|
-
.icon-usb-
|
|
12064
|
+
.icon-usb-bold::before {
|
|
12065
12065
|
content: "\fc89";
|
|
12066
12066
|
}
|
|
12067
12067
|
|
|
12068
|
-
.icon-usb-headset-
|
|
12068
|
+
.icon-usb-headset-bold::before {
|
|
12069
12069
|
content: "\fc8a";
|
|
12070
12070
|
}
|
|
12071
12071
|
|
|
12072
|
-
.icon-usb-headset-
|
|
12072
|
+
.icon-usb-headset-light::before {
|
|
12073
12073
|
content: "\fc8b";
|
|
12074
12074
|
}
|
|
12075
12075
|
|
|
12076
|
-
.icon-usb-headset-
|
|
12076
|
+
.icon-usb-headset-muted-bold::before {
|
|
12077
12077
|
content: "\fc8c";
|
|
12078
12078
|
}
|
|
12079
12079
|
|
|
12080
|
-
.icon-usb-light::before {
|
|
12080
|
+
.icon-usb-headset-muted-light::before {
|
|
12081
12081
|
content: "\fc8d";
|
|
12082
12082
|
}
|
|
12083
12083
|
|
|
12084
|
-
.icon-usb-regular::before {
|
|
12084
|
+
.icon-usb-headset-muted-regular::before {
|
|
12085
12085
|
content: "\fc8e";
|
|
12086
12086
|
}
|
|
12087
12087
|
|
|
12088
|
-
.icon-
|
|
12088
|
+
.icon-usb-headset-regular::before {
|
|
12089
12089
|
content: "\fc8f";
|
|
12090
12090
|
}
|
|
12091
12091
|
|
|
12092
|
-
.icon-
|
|
12092
|
+
.icon-usb-light::before {
|
|
12093
12093
|
content: "\fc90";
|
|
12094
12094
|
}
|
|
12095
12095
|
|
|
12096
|
-
.icon-
|
|
12096
|
+
.icon-usb-regular::before {
|
|
12097
12097
|
content: "\fc91";
|
|
12098
12098
|
}
|
|
12099
12099
|
|
|
12100
|
-
.icon-user-
|
|
12100
|
+
.icon-user-bold::before {
|
|
12101
12101
|
content: "\fc92";
|
|
12102
12102
|
}
|
|
12103
12103
|
|
|
12104
|
-
.icon-user-
|
|
12104
|
+
.icon-user-deactivate-bold::before {
|
|
12105
12105
|
content: "\fc93";
|
|
12106
12106
|
}
|
|
12107
12107
|
|
|
12108
|
-
.icon-user-light::before {
|
|
12108
|
+
.icon-user-deactivate-light::before {
|
|
12109
12109
|
content: "\fc94";
|
|
12110
12110
|
}
|
|
12111
12111
|
|
|
12112
|
-
.icon-user-regular::before {
|
|
12112
|
+
.icon-user-deactivate-regular::before {
|
|
12113
12113
|
content: "\fc95";
|
|
12114
12114
|
}
|
|
12115
12115
|
|
|
12116
|
-
.icon-
|
|
12116
|
+
.icon-user-filled::before {
|
|
12117
12117
|
content: "\fc96";
|
|
12118
12118
|
}
|
|
12119
12119
|
|
|
12120
|
-
.icon-
|
|
12120
|
+
.icon-user-light::before {
|
|
12121
12121
|
content: "\fc97";
|
|
12122
12122
|
}
|
|
12123
12123
|
|
|
12124
|
-
.icon-
|
|
12124
|
+
.icon-user-regular::before {
|
|
12125
12125
|
content: "\fc98";
|
|
12126
12126
|
}
|
|
12127
12127
|
|
|
12128
|
-
.icon-
|
|
12128
|
+
.icon-user-security-status-bold::before {
|
|
12129
12129
|
content: "\fc99";
|
|
12130
12130
|
}
|
|
12131
12131
|
|
|
12132
|
-
.icon-
|
|
12132
|
+
.icon-user-security-status-filled::before {
|
|
12133
12133
|
content: "\fc9a";
|
|
12134
12134
|
}
|
|
12135
12135
|
|
|
12136
|
-
.icon-
|
|
12136
|
+
.icon-user-security-status-light::before {
|
|
12137
12137
|
content: "\fc9b";
|
|
12138
12138
|
}
|
|
12139
12139
|
|
|
12140
|
-
.icon-
|
|
12140
|
+
.icon-user-security-status-regular::before {
|
|
12141
12141
|
content: "\fc9c";
|
|
12142
12142
|
}
|
|
12143
12143
|
|
|
12144
|
-
.icon-video-
|
|
12144
|
+
.icon-video-blur-bold::before {
|
|
12145
12145
|
content: "\fc9d";
|
|
12146
12146
|
}
|
|
12147
12147
|
|
|
12148
|
-
.icon-video-
|
|
12148
|
+
.icon-video-blur-filled::before {
|
|
12149
12149
|
content: "\fc9e";
|
|
12150
12150
|
}
|
|
12151
12151
|
|
|
12152
|
-
.icon-video-
|
|
12152
|
+
.icon-video-blur-light::before {
|
|
12153
12153
|
content: "\fc9f";
|
|
12154
12154
|
}
|
|
12155
12155
|
|
|
12156
|
-
.icon-video-
|
|
12156
|
+
.icon-video-blur-regular::before {
|
|
12157
12157
|
content: "\fca0";
|
|
12158
12158
|
}
|
|
12159
12159
|
|
|
12160
|
-
.icon-video-
|
|
12160
|
+
.icon-video-bold::before {
|
|
12161
12161
|
content: "\fca1";
|
|
12162
12162
|
}
|
|
12163
12163
|
|
|
12164
|
-
.icon-video-
|
|
12164
|
+
.icon-video-effect-bold::before {
|
|
12165
12165
|
content: "\fca2";
|
|
12166
12166
|
}
|
|
12167
12167
|
|
|
12168
|
-
.icon-video-
|
|
12168
|
+
.icon-video-effect-filled::before {
|
|
12169
12169
|
content: "\fca3";
|
|
12170
12170
|
}
|
|
12171
12171
|
|
|
12172
|
-
.icon-video-
|
|
12172
|
+
.icon-video-effect-light::before {
|
|
12173
12173
|
content: "\fca4";
|
|
12174
12174
|
}
|
|
12175
12175
|
|
|
12176
|
-
.icon-video-
|
|
12176
|
+
.icon-video-effect-regular::before {
|
|
12177
12177
|
content: "\fca5";
|
|
12178
12178
|
}
|
|
12179
12179
|
|
|
12180
|
-
.icon-video-
|
|
12180
|
+
.icon-video-filled::before {
|
|
12181
12181
|
content: "\fca6";
|
|
12182
12182
|
}
|
|
12183
12183
|
|
|
12184
|
-
.icon-video-layout-
|
|
12184
|
+
.icon-video-layout-bold::before {
|
|
12185
12185
|
content: "\fca7";
|
|
12186
12186
|
}
|
|
12187
12187
|
|
|
12188
|
-
.icon-video-layout-
|
|
12188
|
+
.icon-video-layout-custom-bold::before {
|
|
12189
12189
|
content: "\fca8";
|
|
12190
12190
|
}
|
|
12191
12191
|
|
|
12192
|
-
.icon-video-layout-
|
|
12192
|
+
.icon-video-layout-custom-filled::before {
|
|
12193
12193
|
content: "\fca9";
|
|
12194
12194
|
}
|
|
12195
12195
|
|
|
12196
|
-
.icon-video-layout-
|
|
12196
|
+
.icon-video-layout-custom-light::before {
|
|
12197
12197
|
content: "\fcaa";
|
|
12198
12198
|
}
|
|
12199
12199
|
|
|
12200
|
-
.icon-video-layout-
|
|
12200
|
+
.icon-video-layout-custom-regular::before {
|
|
12201
12201
|
content: "\fcab";
|
|
12202
12202
|
}
|
|
12203
12203
|
|
|
12204
|
-
.icon-video-layout-
|
|
12204
|
+
.icon-video-layout-equal-bold::before {
|
|
12205
12205
|
content: "\fcac";
|
|
12206
12206
|
}
|
|
12207
12207
|
|
|
12208
|
-
.icon-video-layout-
|
|
12208
|
+
.icon-video-layout-equal-dual-bold::before {
|
|
12209
12209
|
content: "\fcad";
|
|
12210
12210
|
}
|
|
12211
12211
|
|
|
12212
|
-
.icon-video-layout-
|
|
12212
|
+
.icon-video-layout-equal-dual-light::before {
|
|
12213
12213
|
content: "\fcae";
|
|
12214
12214
|
}
|
|
12215
12215
|
|
|
12216
|
-
.icon-video-layout-
|
|
12216
|
+
.icon-video-layout-equal-dual-regular::before {
|
|
12217
12217
|
content: "\fcaf";
|
|
12218
12218
|
}
|
|
12219
12219
|
|
|
12220
|
-
.icon-video-layout-
|
|
12220
|
+
.icon-video-layout-equal-filled::before {
|
|
12221
12221
|
content: "\fcb0";
|
|
12222
12222
|
}
|
|
12223
12223
|
|
|
12224
|
-
.icon-video-layout-
|
|
12224
|
+
.icon-video-layout-equal-light::before {
|
|
12225
12225
|
content: "\fcb1";
|
|
12226
12226
|
}
|
|
12227
12227
|
|
|
12228
|
-
.icon-video-layout-
|
|
12228
|
+
.icon-video-layout-equal-regular::before {
|
|
12229
12229
|
content: "\fcb2";
|
|
12230
12230
|
}
|
|
12231
12231
|
|
|
12232
|
-
.icon-video-layout-
|
|
12232
|
+
.icon-video-layout-filled::before {
|
|
12233
12233
|
content: "\fcb3";
|
|
12234
12234
|
}
|
|
12235
12235
|
|
|
12236
|
-
.icon-video-layout-
|
|
12236
|
+
.icon-video-layout-light::before {
|
|
12237
12237
|
content: "\fcb4";
|
|
12238
12238
|
}
|
|
12239
12239
|
|
|
12240
|
-
.icon-video-layout-
|
|
12240
|
+
.icon-video-layout-overlay-bold::before {
|
|
12241
12241
|
content: "\fcb5";
|
|
12242
12242
|
}
|
|
12243
12243
|
|
|
12244
|
-
.icon-video-layout-
|
|
12244
|
+
.icon-video-layout-overlay-filled::before {
|
|
12245
12245
|
content: "\fcb6";
|
|
12246
12246
|
}
|
|
12247
12247
|
|
|
12248
|
-
.icon-video-layout-
|
|
12248
|
+
.icon-video-layout-overlay-light::before {
|
|
12249
12249
|
content: "\fcb7";
|
|
12250
12250
|
}
|
|
12251
12251
|
|
|
12252
|
-
.icon-video-layout-
|
|
12252
|
+
.icon-video-layout-overlay-regular::before {
|
|
12253
12253
|
content: "\fcb8";
|
|
12254
12254
|
}
|
|
12255
12255
|
|
|
12256
|
-
.icon-video-layout-
|
|
12256
|
+
.icon-video-layout-presentation-bold::before {
|
|
12257
12257
|
content: "\fcb9";
|
|
12258
12258
|
}
|
|
12259
12259
|
|
|
12260
|
-
.icon-video-layout-
|
|
12260
|
+
.icon-video-layout-presentation-filled::before {
|
|
12261
12261
|
content: "\fcba";
|
|
12262
12262
|
}
|
|
12263
12263
|
|
|
12264
|
-
.icon-video-layout-
|
|
12264
|
+
.icon-video-layout-presentation-light::before {
|
|
12265
12265
|
content: "\fcbb";
|
|
12266
12266
|
}
|
|
12267
12267
|
|
|
12268
|
-
.icon-video-layout-
|
|
12268
|
+
.icon-video-layout-presentation-regular::before {
|
|
12269
12269
|
content: "\fcbc";
|
|
12270
12270
|
}
|
|
12271
12271
|
|
|
12272
|
-
.icon-video-layout-
|
|
12272
|
+
.icon-video-layout-presenter-dominant-bold::before {
|
|
12273
12273
|
content: "\fcbd";
|
|
12274
12274
|
}
|
|
12275
12275
|
|
|
12276
|
-
.icon-video-layout-
|
|
12276
|
+
.icon-video-layout-presenter-dominant-light::before {
|
|
12277
12277
|
content: "\fcbe";
|
|
12278
12278
|
}
|
|
12279
12279
|
|
|
12280
|
-
.icon-video-layout-
|
|
12280
|
+
.icon-video-layout-presenter-dominant-regular::before {
|
|
12281
12281
|
content: "\fcbf";
|
|
12282
12282
|
}
|
|
12283
12283
|
|
|
12284
|
-
.icon-video-layout-
|
|
12284
|
+
.icon-video-layout-prominent-bold::before {
|
|
12285
12285
|
content: "\fcc0";
|
|
12286
12286
|
}
|
|
12287
12287
|
|
|
12288
|
-
.icon-video-layout-
|
|
12288
|
+
.icon-video-layout-prominent-filled::before {
|
|
12289
12289
|
content: "\fcc1";
|
|
12290
12290
|
}
|
|
12291
12291
|
|
|
12292
|
-
.icon-video-layout-
|
|
12292
|
+
.icon-video-layout-prominent-light::before {
|
|
12293
12293
|
content: "\fcc2";
|
|
12294
12294
|
}
|
|
12295
12295
|
|
|
12296
|
-
.icon-video-layout-
|
|
12296
|
+
.icon-video-layout-prominent-regular::before {
|
|
12297
12297
|
content: "\fcc3";
|
|
12298
12298
|
}
|
|
12299
12299
|
|
|
12300
|
-
.icon-video-layout-
|
|
12300
|
+
.icon-video-layout-regular::before {
|
|
12301
12301
|
content: "\fcc4";
|
|
12302
12302
|
}
|
|
12303
12303
|
|
|
12304
|
-
.icon-video-layout-
|
|
12304
|
+
.icon-video-layout-share-dominant-bold::before {
|
|
12305
12305
|
content: "\fcc5";
|
|
12306
12306
|
}
|
|
12307
12307
|
|
|
12308
|
-
.icon-video-layout-
|
|
12308
|
+
.icon-video-layout-share-dominant-light::before {
|
|
12309
12309
|
content: "\fcc6";
|
|
12310
12310
|
}
|
|
12311
12311
|
|
|
12312
|
-
.icon-video-layout-
|
|
12312
|
+
.icon-video-layout-share-dominant-regular::before {
|
|
12313
12313
|
content: "\fcc7";
|
|
12314
12314
|
}
|
|
12315
12315
|
|
|
12316
|
-
.icon-video-layout-
|
|
12316
|
+
.icon-video-layout-single-bold::before {
|
|
12317
12317
|
content: "\fcc8";
|
|
12318
12318
|
}
|
|
12319
12319
|
|
|
12320
|
-
.icon-video-layout-
|
|
12320
|
+
.icon-video-layout-single-filled::before {
|
|
12321
12321
|
content: "\fcc9";
|
|
12322
12322
|
}
|
|
12323
12323
|
|
|
12324
|
-
.icon-video-layout-
|
|
12324
|
+
.icon-video-layout-single-light::before {
|
|
12325
12325
|
content: "\fcca";
|
|
12326
12326
|
}
|
|
12327
12327
|
|
|
12328
|
-
.icon-video-layout-
|
|
12328
|
+
.icon-video-layout-single-regular::before {
|
|
12329
12329
|
content: "\fccb";
|
|
12330
12330
|
}
|
|
12331
12331
|
|
|
12332
|
-
.icon-video-layout-
|
|
12332
|
+
.icon-video-layout-speaker-bold::before {
|
|
12333
12333
|
content: "\fccc";
|
|
12334
12334
|
}
|
|
12335
12335
|
|
|
12336
|
-
.icon-video-layout-
|
|
12336
|
+
.icon-video-layout-speaker-filled::before {
|
|
12337
12337
|
content: "\fccd";
|
|
12338
12338
|
}
|
|
12339
12339
|
|
|
12340
|
-
.icon-video-layout-
|
|
12340
|
+
.icon-video-layout-speaker-light::before {
|
|
12341
12341
|
content: "\fcce";
|
|
12342
12342
|
}
|
|
12343
12343
|
|
|
12344
|
-
.icon-video-layout-
|
|
12344
|
+
.icon-video-layout-speaker-regular::before {
|
|
12345
12345
|
content: "\fccf";
|
|
12346
12346
|
}
|
|
12347
12347
|
|
|
12348
|
-
.icon-video-layout-
|
|
12348
|
+
.icon-video-layout-stack-bold::before {
|
|
12349
12349
|
content: "\fcd0";
|
|
12350
12350
|
}
|
|
12351
12351
|
|
|
12352
|
-
.icon-video-
|
|
12352
|
+
.icon-video-layout-stack-filled::before {
|
|
12353
12353
|
content: "\fcd1";
|
|
12354
12354
|
}
|
|
12355
12355
|
|
|
12356
|
-
.icon-video-
|
|
12356
|
+
.icon-video-layout-stack-light::before {
|
|
12357
12357
|
content: "\fcd2";
|
|
12358
12358
|
}
|
|
12359
12359
|
|
|
12360
|
-
.icon-video-
|
|
12360
|
+
.icon-video-layout-stack-regular::before {
|
|
12361
12361
|
content: "\fcd3";
|
|
12362
12362
|
}
|
|
12363
12363
|
|
|
12364
|
-
.icon-video-
|
|
12364
|
+
.icon-video-layout-video-dominant-bold::before {
|
|
12365
12365
|
content: "\fcd4";
|
|
12366
12366
|
}
|
|
12367
12367
|
|
|
12368
|
-
.icon-video-
|
|
12368
|
+
.icon-video-layout-video-dominant-filled::before {
|
|
12369
12369
|
content: "\fcd5";
|
|
12370
12370
|
}
|
|
12371
12371
|
|
|
12372
|
-
.icon-video-
|
|
12372
|
+
.icon-video-layout-video-dominant-light::before {
|
|
12373
12373
|
content: "\fcd6";
|
|
12374
12374
|
}
|
|
12375
12375
|
|
|
12376
|
-
.icon-video-
|
|
12376
|
+
.icon-video-layout-video-dominant-regular::before {
|
|
12377
12377
|
content: "\fcd7";
|
|
12378
12378
|
}
|
|
12379
12379
|
|
|
12380
|
-
.icon-video-
|
|
12380
|
+
.icon-video-light::before {
|
|
12381
12381
|
content: "\fcd8";
|
|
12382
12382
|
}
|
|
12383
12383
|
|
|
12384
|
-
.icon-video-
|
|
12384
|
+
.icon-video-plus-bold::before {
|
|
12385
12385
|
content: "\fcd9";
|
|
12386
12386
|
}
|
|
12387
12387
|
|
|
12388
|
-
.icon-video-
|
|
12388
|
+
.icon-video-plus-filled::before {
|
|
12389
12389
|
content: "\fcda";
|
|
12390
12390
|
}
|
|
12391
12391
|
|
|
12392
|
-
.icon-
|
|
12392
|
+
.icon-video-plus-light::before {
|
|
12393
12393
|
content: "\fcdb";
|
|
12394
12394
|
}
|
|
12395
12395
|
|
|
12396
|
-
.icon-
|
|
12396
|
+
.icon-video-plus-regular::before {
|
|
12397
12397
|
content: "\fcdc";
|
|
12398
12398
|
}
|
|
12399
12399
|
|
|
12400
|
-
.icon-
|
|
12400
|
+
.icon-video-regular::before {
|
|
12401
12401
|
content: "\fcdd";
|
|
12402
12402
|
}
|
|
12403
12403
|
|
|
12404
|
-
.icon-
|
|
12404
|
+
.icon-video-speaker-track-bold::before {
|
|
12405
12405
|
content: "\fcde";
|
|
12406
12406
|
}
|
|
12407
12407
|
|
|
12408
|
-
.icon-
|
|
12408
|
+
.icon-video-speaker-track-filled::before {
|
|
12409
12409
|
content: "\fcdf";
|
|
12410
12410
|
}
|
|
12411
12411
|
|
|
12412
|
-
.icon-
|
|
12412
|
+
.icon-video-speaker-track-light::before {
|
|
12413
12413
|
content: "\fce0";
|
|
12414
12414
|
}
|
|
12415
12415
|
|
|
12416
|
-
.icon-
|
|
12416
|
+
.icon-video-speaker-track-regular::before {
|
|
12417
12417
|
content: "\fce1";
|
|
12418
12418
|
}
|
|
12419
12419
|
|
|
12420
|
-
.icon-view-
|
|
12420
|
+
.icon-view-all-bold::before {
|
|
12421
12421
|
content: "\fce2";
|
|
12422
12422
|
}
|
|
12423
12423
|
|
|
12424
|
-
.icon-view-
|
|
12424
|
+
.icon-view-all-light::before {
|
|
12425
12425
|
content: "\fce3";
|
|
12426
12426
|
}
|
|
12427
12427
|
|
|
12428
|
-
.icon-view-
|
|
12428
|
+
.icon-view-all-regular::before {
|
|
12429
12429
|
content: "\fce4";
|
|
12430
12430
|
}
|
|
12431
12431
|
|
|
12432
|
-
.icon-view-
|
|
12432
|
+
.icon-view-list-bold::before {
|
|
12433
12433
|
content: "\fce5";
|
|
12434
12434
|
}
|
|
12435
12435
|
|
|
12436
|
-
.icon-view-
|
|
12436
|
+
.icon-view-list-filled::before {
|
|
12437
12437
|
content: "\fce6";
|
|
12438
12438
|
}
|
|
12439
12439
|
|
|
12440
|
-
.icon-view-
|
|
12440
|
+
.icon-view-list-light::before {
|
|
12441
12441
|
content: "\fce7";
|
|
12442
12442
|
}
|
|
12443
12443
|
|
|
12444
|
-
.icon-view-
|
|
12444
|
+
.icon-view-list-regular::before {
|
|
12445
12445
|
content: "\fce8";
|
|
12446
12446
|
}
|
|
12447
12447
|
|
|
12448
|
-
.icon-view-
|
|
12448
|
+
.icon-view-stacked-bold::before {
|
|
12449
12449
|
content: "\fce9";
|
|
12450
12450
|
}
|
|
12451
12451
|
|
|
12452
|
-
.icon-
|
|
12452
|
+
.icon-view-stacked-filled::before {
|
|
12453
12453
|
content: "\fcea";
|
|
12454
12454
|
}
|
|
12455
12455
|
|
|
12456
|
-
.icon-
|
|
12456
|
+
.icon-view-stacked-light::before {
|
|
12457
12457
|
content: "\fceb";
|
|
12458
12458
|
}
|
|
12459
12459
|
|
|
12460
|
-
.icon-
|
|
12460
|
+
.icon-view-stacked-regular::before {
|
|
12461
12461
|
content: "\fcec";
|
|
12462
12462
|
}
|
|
12463
12463
|
|
|
12464
|
-
.icon-
|
|
12464
|
+
.icon-view-thumbnail-bold::before {
|
|
12465
12465
|
content: "\fced";
|
|
12466
12466
|
}
|
|
12467
12467
|
|
|
12468
|
-
.icon-
|
|
12468
|
+
.icon-view-thumbnail-filled::before {
|
|
12469
12469
|
content: "\fcee";
|
|
12470
12470
|
}
|
|
12471
12471
|
|
|
12472
|
-
.icon-
|
|
12472
|
+
.icon-view-thumbnail-light::before {
|
|
12473
12473
|
content: "\fcef";
|
|
12474
12474
|
}
|
|
12475
12475
|
|
|
12476
|
-
.icon-
|
|
12476
|
+
.icon-view-thumbnail-regular::before {
|
|
12477
12477
|
content: "\fcf0";
|
|
12478
12478
|
}
|
|
12479
12479
|
|
|
12480
|
-
.icon-visionpro-
|
|
12480
|
+
.icon-visionpro-bold::before {
|
|
12481
12481
|
content: "\fcf1";
|
|
12482
12482
|
}
|
|
12483
12483
|
|
|
12484
|
-
.icon-visionpro-
|
|
12484
|
+
.icon-visionpro-filled::before {
|
|
12485
12485
|
content: "\fcf2";
|
|
12486
12486
|
}
|
|
12487
12487
|
|
|
12488
|
-
.icon-visionpro-
|
|
12488
|
+
.icon-visionpro-light::before {
|
|
12489
12489
|
content: "\fcf3";
|
|
12490
12490
|
}
|
|
12491
12491
|
|
|
12492
|
-
.icon-visionpro-move-call-in-
|
|
12492
|
+
.icon-visionpro-move-call-in-bold::before {
|
|
12493
12493
|
content: "\fcf4";
|
|
12494
12494
|
}
|
|
12495
12495
|
|
|
12496
|
-
.icon-visionpro-move-call-
|
|
12496
|
+
.icon-visionpro-move-call-in-filled::before {
|
|
12497
12497
|
content: "\fcf5";
|
|
12498
12498
|
}
|
|
12499
12499
|
|
|
12500
|
-
.icon-visionpro-move-call-
|
|
12500
|
+
.icon-visionpro-move-call-in-light::before {
|
|
12501
12501
|
content: "\fcf6";
|
|
12502
12502
|
}
|
|
12503
12503
|
|
|
12504
|
-
.icon-visionpro-move-call-out-
|
|
12504
|
+
.icon-visionpro-move-call-in-out-bold::before {
|
|
12505
12505
|
content: "\fcf7";
|
|
12506
12506
|
}
|
|
12507
12507
|
|
|
12508
|
-
.icon-visionpro-move-call-out-
|
|
12508
|
+
.icon-visionpro-move-call-in-out-filled::before {
|
|
12509
12509
|
content: "\fcf8";
|
|
12510
12510
|
}
|
|
12511
12511
|
|
|
12512
|
-
.icon-visionpro-
|
|
12512
|
+
.icon-visionpro-move-call-in-out-light::before {
|
|
12513
12513
|
content: "\fcf9";
|
|
12514
12514
|
}
|
|
12515
12515
|
|
|
12516
|
-
.icon-
|
|
12516
|
+
.icon-visionpro-move-call-in-out-regular::before {
|
|
12517
12517
|
content: "\fcfa";
|
|
12518
12518
|
}
|
|
12519
12519
|
|
|
12520
|
+
.icon-visionpro-move-call-in-regular::before {
|
|
12521
|
+
content: "\fcfb";
|
|
12522
|
+
}
|
|
12523
|
+
|
|
12524
|
+
.icon-visionpro-move-call-out-bold::before {
|
|
12525
|
+
content: "\fcfc";
|
|
12526
|
+
}
|
|
12527
|
+
|
|
12528
|
+
.icon-visionpro-move-call-out-filled::before {
|
|
12529
|
+
content: "\fcfd";
|
|
12530
|
+
}
|
|
12531
|
+
|
|
12532
|
+
.icon-visionpro-move-call-out-light::before {
|
|
12533
|
+
content: "\fcfe";
|
|
12534
|
+
}
|
|
12535
|
+
|
|
12536
|
+
.icon-visionpro-move-call-out-regular::before {
|
|
12537
|
+
content: "\fcff";
|
|
12538
|
+
}
|
|
12539
|
+
|
|
12540
|
+
.icon-visionpro-regular::before {
|
|
12541
|
+
content: "\fd00";
|
|
12542
|
+
}
|
|
12543
|
+
|
|
12544
|
+
.icon-voicemail-bold::before {
|
|
12545
|
+
content: "\fd01";
|
|
12546
|
+
}
|
|
12547
|
+
|
|
12520
12548
|
.icon-voicemail-filled::before {
|
|
12521
|
-
content: "\
|
|
12549
|
+
content: "\fd02";
|
|
12522
12550
|
}
|
|
12523
12551
|
|
|
12524
12552
|
.icon-voicemail-light::before {
|
|
12525
|
-
content: "\
|
|
12553
|
+
content: "\fd03";
|
|
12526
12554
|
}
|
|
12527
12555
|
|
|
12528
12556
|
.icon-voicemail-regular::before {
|
|
12529
|
-
content: "\
|
|
12557
|
+
content: "\fd04";
|
|
12530
12558
|
}
|
|
12531
12559
|
|
|
12532
12560
|
.icon-vpn-bold::before {
|
|
12533
|
-
content: "\
|
|
12561
|
+
content: "\fd05";
|
|
12534
12562
|
}
|
|
12535
12563
|
|
|
12536
12564
|
.icon-vpn-filled::before {
|
|
12537
|
-
content: "\
|
|
12565
|
+
content: "\fd06";
|
|
12538
12566
|
}
|
|
12539
12567
|
|
|
12540
12568
|
.icon-vpn-light::before {
|
|
12541
|
-
content: "\
|
|
12569
|
+
content: "\fd07";
|
|
12542
12570
|
}
|
|
12543
12571
|
|
|
12544
12572
|
.icon-vpn-regular::before {
|
|
12545
|
-
content: "\
|
|
12573
|
+
content: "\fd08";
|
|
12546
12574
|
}
|
|
12547
12575
|
|
|
12548
12576
|
.icon-vsc-bold::before {
|
|
12549
|
-
content: "\
|
|
12577
|
+
content: "\fd09";
|
|
12550
12578
|
}
|
|
12551
12579
|
|
|
12552
12580
|
.icon-vsc-light::before {
|
|
12553
|
-
content: "\
|
|
12581
|
+
content: "\fd0a";
|
|
12554
12582
|
}
|
|
12555
12583
|
|
|
12556
12584
|
.icon-vsc-regular::before {
|
|
12557
|
-
content: "\
|
|
12585
|
+
content: "\fd0b";
|
|
12558
12586
|
}
|
|
12559
12587
|
|
|
12560
12588
|
.icon-waffle-menu-bold::before {
|
|
12561
|
-
content: "\
|
|
12589
|
+
content: "\fd0c";
|
|
12562
12590
|
}
|
|
12563
12591
|
|
|
12564
12592
|
.icon-waffle-menu-light::before {
|
|
12565
|
-
content: "\
|
|
12593
|
+
content: "\fd0d";
|
|
12566
12594
|
}
|
|
12567
12595
|
|
|
12568
12596
|
.icon-waffle-menu-regular::before {
|
|
12569
|
-
content: "\
|
|
12597
|
+
content: "\fd0e";
|
|
12570
12598
|
}
|
|
12571
12599
|
|
|
12572
12600
|
.icon-waiting-room-bold::before {
|
|
12573
|
-
content: "\
|
|
12601
|
+
content: "\fd0f";
|
|
12574
12602
|
}
|
|
12575
12603
|
|
|
12576
12604
|
.icon-waiting-room-filled::before {
|
|
12577
|
-
content: "\
|
|
12605
|
+
content: "\fd10";
|
|
12578
12606
|
}
|
|
12579
12607
|
|
|
12580
12608
|
.icon-waiting-room-light::before {
|
|
12581
|
-
content: "\
|
|
12609
|
+
content: "\fd11";
|
|
12582
12610
|
}
|
|
12583
12611
|
|
|
12584
12612
|
.icon-waiting-room-regular::before {
|
|
12585
|
-
content: "\
|
|
12613
|
+
content: "\fd12";
|
|
12586
12614
|
}
|
|
12587
12615
|
|
|
12588
12616
|
.icon-wallpaper-bold::before {
|
|
12589
|
-
content: "\
|
|
12617
|
+
content: "\fd13";
|
|
12590
12618
|
}
|
|
12591
12619
|
|
|
12592
12620
|
.icon-wallpaper-light::before {
|
|
12593
|
-
content: "\
|
|
12621
|
+
content: "\fd14";
|
|
12594
12622
|
}
|
|
12595
12623
|
|
|
12596
12624
|
.icon-wallpaper-regular::before {
|
|
12597
|
-
content: "\
|
|
12625
|
+
content: "\fd15";
|
|
12598
12626
|
}
|
|
12599
12627
|
|
|
12600
12628
|
.icon-warning-badge-filled::before {
|
|
12601
|
-
content: "\
|
|
12629
|
+
content: "\fd16";
|
|
12602
12630
|
}
|
|
12603
12631
|
|
|
12604
12632
|
.icon-warning-bold::before {
|
|
12605
|
-
content: "\
|
|
12633
|
+
content: "\fd17";
|
|
12606
12634
|
}
|
|
12607
12635
|
|
|
12608
12636
|
.icon-warning-filled::before {
|
|
12609
|
-
content: "\
|
|
12637
|
+
content: "\fd18";
|
|
12610
12638
|
}
|
|
12611
12639
|
|
|
12612
12640
|
.icon-warning-light::before {
|
|
12613
|
-
content: "\
|
|
12641
|
+
content: "\fd19";
|
|
12614
12642
|
}
|
|
12615
12643
|
|
|
12616
12644
|
.icon-warning-regular::before {
|
|
12617
|
-
content: "\
|
|
12645
|
+
content: "\fd1a";
|
|
12618
12646
|
}
|
|
12619
12647
|
|
|
12620
12648
|
.icon-webex-board-bold::before {
|
|
12621
|
-
content: "\
|
|
12649
|
+
content: "\fd1b";
|
|
12622
12650
|
}
|
|
12623
12651
|
|
|
12624
12652
|
.icon-webex-board-light::before {
|
|
12625
|
-
content: "\
|
|
12653
|
+
content: "\fd1c";
|
|
12626
12654
|
}
|
|
12627
12655
|
|
|
12628
12656
|
.icon-webex-board-regular::before {
|
|
12629
|
-
content: "\
|
|
12657
|
+
content: "\fd1d";
|
|
12630
12658
|
}
|
|
12631
12659
|
|
|
12632
12660
|
.icon-webex-codec-plus-bold::before {
|
|
12633
|
-
content: "\
|
|
12661
|
+
content: "\fd1e";
|
|
12634
12662
|
}
|
|
12635
12663
|
|
|
12636
12664
|
.icon-webex-codec-plus-light::before {
|
|
12637
|
-
content: "\
|
|
12665
|
+
content: "\fd1f";
|
|
12638
12666
|
}
|
|
12639
12667
|
|
|
12640
12668
|
.icon-webex-codec-plus-regular::before {
|
|
12641
|
-
content: "\
|
|
12669
|
+
content: "\fd20";
|
|
12642
12670
|
}
|
|
12643
12671
|
|
|
12644
12672
|
.icon-webex-desk-camera-bold::before {
|
|
12645
|
-
content: "\
|
|
12673
|
+
content: "\fd21";
|
|
12646
12674
|
}
|
|
12647
12675
|
|
|
12648
12676
|
.icon-webex-desk-camera-light::before {
|
|
12649
|
-
content: "\
|
|
12677
|
+
content: "\fd22";
|
|
12650
12678
|
}
|
|
12651
12679
|
|
|
12652
12680
|
.icon-webex-desk-camera-regular::before {
|
|
12653
|
-
content: "\
|
|
12681
|
+
content: "\fd23";
|
|
12654
12682
|
}
|
|
12655
12683
|
|
|
12656
12684
|
.icon-webex-helix-bold::before {
|
|
12657
|
-
content: "\
|
|
12685
|
+
content: "\fd24";
|
|
12658
12686
|
}
|
|
12659
12687
|
|
|
12660
12688
|
.icon-webex-helix-light::before {
|
|
12661
|
-
content: "\
|
|
12689
|
+
content: "\fd25";
|
|
12662
12690
|
}
|
|
12663
12691
|
|
|
12664
12692
|
.icon-webex-helix-regular::before {
|
|
12665
|
-
content: "\
|
|
12693
|
+
content: "\fd26";
|
|
12666
12694
|
}
|
|
12667
12695
|
|
|
12668
12696
|
.icon-webex-meetings-bold::before {
|
|
12669
|
-
content: "\
|
|
12697
|
+
content: "\fd27";
|
|
12670
12698
|
}
|
|
12671
12699
|
|
|
12672
12700
|
.icon-webex-meetings-filled::before {
|
|
12673
|
-
content: "\
|
|
12701
|
+
content: "\fd28";
|
|
12674
12702
|
}
|
|
12675
12703
|
|
|
12676
12704
|
.icon-webex-meetings-light::before {
|
|
12677
|
-
content: "\
|
|
12705
|
+
content: "\fd29";
|
|
12678
12706
|
}
|
|
12679
12707
|
|
|
12680
12708
|
.icon-webex-meetings-regular::before {
|
|
12681
|
-
content: "\
|
|
12709
|
+
content: "\fd2a";
|
|
12682
12710
|
}
|
|
12683
12711
|
|
|
12684
12712
|
.icon-webex-quad-camera-bold::before {
|
|
12685
|
-
content: "\
|
|
12713
|
+
content: "\fd2b";
|
|
12686
12714
|
}
|
|
12687
12715
|
|
|
12688
12716
|
.icon-webex-quad-camera-light::before {
|
|
12689
|
-
content: "\
|
|
12717
|
+
content: "\fd2c";
|
|
12690
12718
|
}
|
|
12691
12719
|
|
|
12692
12720
|
.icon-webex-quad-camera-regular::before {
|
|
12693
|
-
content: "\
|
|
12721
|
+
content: "\fd2d";
|
|
12694
12722
|
}
|
|
12695
12723
|
|
|
12696
12724
|
.icon-webex-room-kit-bold::before {
|
|
12697
|
-
content: "\
|
|
12725
|
+
content: "\fd2e";
|
|
12698
12726
|
}
|
|
12699
12727
|
|
|
12700
12728
|
.icon-webex-room-kit-light::before {
|
|
12701
|
-
content: "\
|
|
12729
|
+
content: "\fd2f";
|
|
12702
12730
|
}
|
|
12703
12731
|
|
|
12704
12732
|
.icon-webex-room-kit-plus-bold::before {
|
|
12705
|
-
content: "\
|
|
12733
|
+
content: "\fd30";
|
|
12706
12734
|
}
|
|
12707
12735
|
|
|
12708
12736
|
.icon-webex-room-kit-plus-light::before {
|
|
12709
|
-
content: "\
|
|
12737
|
+
content: "\fd31";
|
|
12710
12738
|
}
|
|
12711
12739
|
|
|
12712
12740
|
.icon-webex-room-kit-plus-regular::before {
|
|
12713
|
-
content: "\
|
|
12741
|
+
content: "\fd32";
|
|
12714
12742
|
}
|
|
12715
12743
|
|
|
12716
12744
|
.icon-webex-room-kit-regular::before {
|
|
12717
|
-
content: "\
|
|
12745
|
+
content: "\fd33";
|
|
12718
12746
|
}
|
|
12719
12747
|
|
|
12720
12748
|
.icon-webex-share-bold::before {
|
|
12721
|
-
content: "\
|
|
12749
|
+
content: "\fd34";
|
|
12722
12750
|
}
|
|
12723
12751
|
|
|
12724
12752
|
.icon-webex-share-light::before {
|
|
12725
|
-
content: "\
|
|
12753
|
+
content: "\fd35";
|
|
12726
12754
|
}
|
|
12727
12755
|
|
|
12728
12756
|
.icon-webex-share-regular::before {
|
|
12729
|
-
content: "\
|
|
12757
|
+
content: "\fd36";
|
|
12730
12758
|
}
|
|
12731
12759
|
|
|
12732
12760
|
.icon-webex-teams-bold::before {
|
|
12733
|
-
content: "\
|
|
12761
|
+
content: "\fd37";
|
|
12734
12762
|
}
|
|
12735
12763
|
|
|
12736
12764
|
.icon-webex-teams-filled::before {
|
|
12737
|
-
content: "\
|
|
12765
|
+
content: "\fd38";
|
|
12738
12766
|
}
|
|
12739
12767
|
|
|
12740
12768
|
.icon-webex-teams-light::before {
|
|
12741
|
-
content: "\
|
|
12769
|
+
content: "\fd39";
|
|
12742
12770
|
}
|
|
12743
12771
|
|
|
12744
12772
|
.icon-webex-teams-new-bold::before {
|
|
12745
|
-
content: "\
|
|
12773
|
+
content: "\fd3a";
|
|
12746
12774
|
}
|
|
12747
12775
|
|
|
12748
12776
|
.icon-webex-teams-new-filled::before {
|
|
12749
|
-
content: "\
|
|
12777
|
+
content: "\fd3b";
|
|
12750
12778
|
}
|
|
12751
12779
|
|
|
12752
12780
|
.icon-webex-teams-new-light::before {
|
|
12753
|
-
content: "\
|
|
12781
|
+
content: "\fd3c";
|
|
12754
12782
|
}
|
|
12755
12783
|
|
|
12756
12784
|
.icon-webex-teams-new-regular::before {
|
|
12757
|
-
content: "\
|
|
12785
|
+
content: "\fd3d";
|
|
12758
12786
|
}
|
|
12759
12787
|
|
|
12760
12788
|
.icon-webex-teams-regular::before {
|
|
12761
|
-
content: "\
|
|
12789
|
+
content: "\fd3e";
|
|
12762
12790
|
}
|
|
12763
12791
|
|
|
12764
12792
|
.icon-webex-teams-remove-bold::before {
|
|
12765
|
-
content: "\
|
|
12793
|
+
content: "\fd3f";
|
|
12766
12794
|
}
|
|
12767
12795
|
|
|
12768
12796
|
.icon-webex-teams-remove-light::before {
|
|
12769
|
-
content: "\
|
|
12797
|
+
content: "\fd40";
|
|
12770
12798
|
}
|
|
12771
12799
|
|
|
12772
12800
|
.icon-webex-teams-remove-regular::before {
|
|
12773
|
-
content: "\
|
|
12801
|
+
content: "\fd41";
|
|
12774
12802
|
}
|
|
12775
12803
|
|
|
12776
12804
|
.icon-webhook-bold::before {
|
|
12777
|
-
content: "\
|
|
12805
|
+
content: "\fd42";
|
|
12778
12806
|
}
|
|
12779
12807
|
|
|
12780
12808
|
.icon-webhook-light::before {
|
|
12781
|
-
content: "\
|
|
12809
|
+
content: "\fd43";
|
|
12782
12810
|
}
|
|
12783
12811
|
|
|
12784
12812
|
.icon-webhook-regular::before {
|
|
12785
|
-
content: "\
|
|
12813
|
+
content: "\fd44";
|
|
12786
12814
|
}
|
|
12787
12815
|
|
|
12788
12816
|
.icon-webinar-bold::before {
|
|
12789
|
-
content: "\
|
|
12817
|
+
content: "\fd45";
|
|
12790
12818
|
}
|
|
12791
12819
|
|
|
12792
12820
|
.icon-webinar-filled::before {
|
|
12793
|
-
content: "\
|
|
12821
|
+
content: "\fd46";
|
|
12794
12822
|
}
|
|
12795
12823
|
|
|
12796
12824
|
.icon-webinar-light::before {
|
|
12797
|
-
content: "\
|
|
12825
|
+
content: "\fd47";
|
|
12798
12826
|
}
|
|
12799
12827
|
|
|
12800
12828
|
.icon-webinar-regular::before {
|
|
12801
|
-
content: "\
|
|
12829
|
+
content: "\fd48";
|
|
12802
12830
|
}
|
|
12803
12831
|
|
|
12804
12832
|
.icon-weekly-recurring-schedule-bold::before {
|
|
12805
|
-
content: "\
|
|
12833
|
+
content: "\fd49";
|
|
12806
12834
|
}
|
|
12807
12835
|
|
|
12808
12836
|
.icon-weekly-recurring-schedule-light::before {
|
|
12809
|
-
content: "\
|
|
12837
|
+
content: "\fd4a";
|
|
12810
12838
|
}
|
|
12811
12839
|
|
|
12812
12840
|
.icon-weekly-recurring-schedule-regular::before {
|
|
12813
|
-
content: "\
|
|
12841
|
+
content: "\fd4b";
|
|
12814
12842
|
}
|
|
12815
12843
|
|
|
12816
12844
|
.icon-whisper-announcement-bold::before {
|
|
12817
|
-
content: "\
|
|
12845
|
+
content: "\fd4c";
|
|
12818
12846
|
}
|
|
12819
12847
|
|
|
12820
12848
|
.icon-whisper-announcement-filled::before {
|
|
12821
|
-
content: "\
|
|
12849
|
+
content: "\fd4d";
|
|
12822
12850
|
}
|
|
12823
12851
|
|
|
12824
12852
|
.icon-whisper-announcement-light::before {
|
|
12825
|
-
content: "\
|
|
12853
|
+
content: "\fd4e";
|
|
12826
12854
|
}
|
|
12827
12855
|
|
|
12828
12856
|
.icon-whisper-announcement-regular::before {
|
|
12829
|
-
content: "\
|
|
12857
|
+
content: "\fd4f";
|
|
12830
12858
|
}
|
|
12831
12859
|
|
|
12832
12860
|
.icon-whisper-coach-bold::before {
|
|
12833
|
-
content: "\
|
|
12861
|
+
content: "\fd50";
|
|
12834
12862
|
}
|
|
12835
12863
|
|
|
12836
12864
|
.icon-whisper-coach-filled::before {
|
|
12837
|
-
content: "\
|
|
12865
|
+
content: "\fd51";
|
|
12838
12866
|
}
|
|
12839
12867
|
|
|
12840
12868
|
.icon-whisper-coach-light::before {
|
|
12841
|
-
content: "\
|
|
12869
|
+
content: "\fd52";
|
|
12842
12870
|
}
|
|
12843
12871
|
|
|
12844
12872
|
.icon-whisper-coach-regular::before {
|
|
12845
|
-
content: "\
|
|
12873
|
+
content: "\fd53";
|
|
12846
12874
|
}
|
|
12847
12875
|
|
|
12848
12876
|
.icon-whiteboard-bold::before {
|
|
12849
|
-
content: "\
|
|
12877
|
+
content: "\fd54";
|
|
12850
12878
|
}
|
|
12851
12879
|
|
|
12852
12880
|
.icon-whiteboard-content-bold::before {
|
|
12853
|
-
content: "\
|
|
12881
|
+
content: "\fd55";
|
|
12854
12882
|
}
|
|
12855
12883
|
|
|
12856
12884
|
.icon-whiteboard-content-filled::before {
|
|
12857
|
-
content: "\
|
|
12885
|
+
content: "\fd56";
|
|
12858
12886
|
}
|
|
12859
12887
|
|
|
12860
12888
|
.icon-whiteboard-content-light::before {
|
|
12861
|
-
content: "\
|
|
12889
|
+
content: "\fd57";
|
|
12862
12890
|
}
|
|
12863
12891
|
|
|
12864
12892
|
.icon-whiteboard-content-regular::before {
|
|
12865
|
-
content: "\
|
|
12893
|
+
content: "\fd58";
|
|
12866
12894
|
}
|
|
12867
12895
|
|
|
12868
12896
|
.icon-whiteboard-filled::before {
|
|
12869
|
-
content: "\
|
|
12897
|
+
content: "\fd59";
|
|
12870
12898
|
}
|
|
12871
12899
|
|
|
12872
12900
|
.icon-whiteboard-light::before {
|
|
12873
|
-
content: "\
|
|
12901
|
+
content: "\fd5a";
|
|
12874
12902
|
}
|
|
12875
12903
|
|
|
12876
12904
|
.icon-whiteboard-regular::before {
|
|
12877
|
-
content: "\
|
|
12905
|
+
content: "\fd5b";
|
|
12878
12906
|
}
|
|
12879
12907
|
|
|
12880
12908
|
.icon-widget-bold::before {
|
|
12881
|
-
content: "\
|
|
12909
|
+
content: "\fd5c";
|
|
12882
12910
|
}
|
|
12883
12911
|
|
|
12884
12912
|
.icon-widget-filled::before {
|
|
12885
|
-
content: "\
|
|
12913
|
+
content: "\fd5d";
|
|
12886
12914
|
}
|
|
12887
12915
|
|
|
12888
12916
|
.icon-widget-light::before {
|
|
12889
|
-
content: "\
|
|
12917
|
+
content: "\fd5e";
|
|
12890
12918
|
}
|
|
12891
12919
|
|
|
12892
12920
|
.icon-widget-regular::before {
|
|
12893
|
-
content: "\
|
|
12921
|
+
content: "\fd5f";
|
|
12894
12922
|
}
|
|
12895
12923
|
|
|
12896
12924
|
.icon-wifi-bold::before {
|
|
12897
|
-
content: "\
|
|
12925
|
+
content: "\fd60";
|
|
12898
12926
|
}
|
|
12899
12927
|
|
|
12900
12928
|
.icon-wifi-error-bold::before {
|
|
12901
|
-
content: "\
|
|
12929
|
+
content: "\fd61";
|
|
12902
12930
|
}
|
|
12903
12931
|
|
|
12904
12932
|
.icon-wifi-error-light::before {
|
|
12905
|
-
content: "\
|
|
12933
|
+
content: "\fd62";
|
|
12906
12934
|
}
|
|
12907
12935
|
|
|
12908
12936
|
.icon-wifi-error-regular::before {
|
|
12909
|
-
content: "\
|
|
12937
|
+
content: "\fd63";
|
|
12910
12938
|
}
|
|
12911
12939
|
|
|
12912
12940
|
.icon-wifi-light::before {
|
|
12913
|
-
content: "\
|
|
12941
|
+
content: "\fd64";
|
|
12914
12942
|
}
|
|
12915
12943
|
|
|
12916
12944
|
.icon-wifi-regular::before {
|
|
12917
|
-
content: "\
|
|
12945
|
+
content: "\fd65";
|
|
12918
12946
|
}
|
|
12919
12947
|
|
|
12920
12948
|
.icon-wifi-signal-good-bold::before {
|
|
12921
|
-
content: "\
|
|
12949
|
+
content: "\fd66";
|
|
12922
12950
|
}
|
|
12923
12951
|
|
|
12924
12952
|
.icon-wifi-signal-good-light::before {
|
|
12925
|
-
content: "\
|
|
12953
|
+
content: "\fd67";
|
|
12926
12954
|
}
|
|
12927
12955
|
|
|
12928
12956
|
.icon-wifi-signal-good-regular::before {
|
|
12929
|
-
content: "\
|
|
12957
|
+
content: "\fd68";
|
|
12930
12958
|
}
|
|
12931
12959
|
|
|
12932
12960
|
.icon-wifi-signal-poor-bold::before {
|
|
12933
|
-
content: "\
|
|
12961
|
+
content: "\fd69";
|
|
12934
12962
|
}
|
|
12935
12963
|
|
|
12936
12964
|
.icon-wifi-signal-poor-light::before {
|
|
12937
|
-
content: "\
|
|
12965
|
+
content: "\fd6a";
|
|
12938
12966
|
}
|
|
12939
12967
|
|
|
12940
12968
|
.icon-wifi-signal-poor-regular::before {
|
|
12941
|
-
content: "\
|
|
12969
|
+
content: "\fd6b";
|
|
12942
12970
|
}
|
|
12943
12971
|
|
|
12944
12972
|
.icon-wifi-signal-unstable-bold::before {
|
|
12945
|
-
content: "\
|
|
12973
|
+
content: "\fd6c";
|
|
12946
12974
|
}
|
|
12947
12975
|
|
|
12948
12976
|
.icon-wifi-signal-unstable-light::before {
|
|
12949
|
-
content: "\
|
|
12977
|
+
content: "\fd6d";
|
|
12950
12978
|
}
|
|
12951
12979
|
|
|
12952
12980
|
.icon-wifi-signal-unstable-regular::before {
|
|
12953
|
-
content: "\
|
|
12981
|
+
content: "\fd6e";
|
|
12954
12982
|
}
|
|
12955
12983
|
|
|
12956
12984
|
.icon-window-corner-scrub-bold::before {
|
|
12957
|
-
content: "\
|
|
12985
|
+
content: "\fd6f";
|
|
12958
12986
|
}
|
|
12959
12987
|
|
|
12960
12988
|
.icon-window-corner-scrub-light::before {
|
|
12961
|
-
content: "\
|
|
12989
|
+
content: "\fd70";
|
|
12962
12990
|
}
|
|
12963
12991
|
|
|
12964
12992
|
.icon-window-corner-scrub-regular::before {
|
|
12965
|
-
content: "\
|
|
12993
|
+
content: "\fd71";
|
|
12966
12994
|
}
|
|
12967
12995
|
|
|
12968
12996
|
.icon-window-right-corner-scrub-bold::before {
|
|
12969
|
-
content: "\
|
|
12997
|
+
content: "\fd72";
|
|
12970
12998
|
}
|
|
12971
12999
|
|
|
12972
13000
|
.icon-window-right-corner-scrub-light::before {
|
|
12973
|
-
content: "\
|
|
13001
|
+
content: "\fd73";
|
|
12974
13002
|
}
|
|
12975
13003
|
|
|
12976
13004
|
.icon-window-right-corner-scrub-regular::before {
|
|
12977
|
-
content: "\
|
|
13005
|
+
content: "\fd74";
|
|
12978
13006
|
}
|
|
12979
13007
|
|
|
12980
13008
|
.icon-window-vertical-scrub-bold::before {
|
|
12981
|
-
content: "\
|
|
13009
|
+
content: "\fd75";
|
|
12982
13010
|
}
|
|
12983
13011
|
|
|
12984
13012
|
.icon-window-vertical-scrub-light::before {
|
|
12985
|
-
content: "\
|
|
13013
|
+
content: "\fd76";
|
|
12986
13014
|
}
|
|
12987
13015
|
|
|
12988
13016
|
.icon-window-vertical-scrub-regular::before {
|
|
12989
|
-
content: "\
|
|
13017
|
+
content: "\fd77";
|
|
12990
13018
|
}
|
|
12991
13019
|
|
|
12992
13020
|
.icon-workflow-deployments-bold::before {
|
|
12993
|
-
content: "\
|
|
13021
|
+
content: "\fd78";
|
|
12994
13022
|
}
|
|
12995
13023
|
|
|
12996
13024
|
.icon-workflow-deployments-filled::before {
|
|
12997
|
-
content: "\
|
|
13025
|
+
content: "\fd79";
|
|
12998
13026
|
}
|
|
12999
13027
|
|
|
13000
13028
|
.icon-workflow-deployments-light::before {
|
|
13001
|
-
content: "\
|
|
13029
|
+
content: "\fd7a";
|
|
13002
13030
|
}
|
|
13003
13031
|
|
|
13004
13032
|
.icon-workflow-deployments-regular::before {
|
|
13005
|
-
content: "\
|
|
13033
|
+
content: "\fd7b";
|
|
13006
13034
|
}
|
|
13007
13035
|
|
|
13008
13036
|
.icon-workphone-bold::before {
|
|
13009
|
-
content: "\
|
|
13037
|
+
content: "\fd7c";
|
|
13010
13038
|
}
|
|
13011
13039
|
|
|
13012
13040
|
.icon-workphone-light::before {
|
|
13013
|
-
content: "\
|
|
13041
|
+
content: "\fd7d";
|
|
13014
13042
|
}
|
|
13015
13043
|
|
|
13016
13044
|
.icon-workphone-regular::before {
|
|
13017
|
-
content: "\
|
|
13045
|
+
content: "\fd7e";
|
|
13018
13046
|
}
|
|
13019
13047
|
|
|
13020
13048
|
.icon-zoom-in-bold::before {
|
|
13021
|
-
content: "\
|
|
13049
|
+
content: "\fd7f";
|
|
13022
13050
|
}
|
|
13023
13051
|
|
|
13024
13052
|
.icon-zoom-in-light::before {
|
|
13025
|
-
content: "\
|
|
13053
|
+
content: "\fd80";
|
|
13026
13054
|
}
|
|
13027
13055
|
|
|
13028
13056
|
.icon-zoom-in-regular::before {
|
|
13029
|
-
content: "\
|
|
13057
|
+
content: "\fd81";
|
|
13030
13058
|
}
|
|
13031
13059
|
|
|
13032
13060
|
.icon-zoom-out-bold::before {
|
|
13033
|
-
content: "\
|
|
13061
|
+
content: "\fd82";
|
|
13034
13062
|
}
|
|
13035
13063
|
|
|
13036
13064
|
.icon-zoom-out-light::before {
|
|
13037
|
-
content: "\
|
|
13065
|
+
content: "\fd83";
|
|
13038
13066
|
}
|
|
13039
13067
|
|
|
13040
13068
|
.icon-zoom-out-regular::before {
|
|
13041
|
-
content: "\
|
|
13069
|
+
content: "\fd84";
|
|
13042
13070
|
}
|
|
13043
13071
|
|