summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/images/Home/HMI_AppLauncher_POI_Inactive-01.svg
blob: 8983c2feb60cb20872f9cba63202fdfbb233b786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #ff
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
	<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
	<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
	<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
	<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
	<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
	<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
	<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
	<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
]>
<svg version="1.1" id="Point_of_Interest_Inactive_1_" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
	 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 320 320"
	 style="enable-background:new 0 0 320 320;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#FFFFFF;}
	.st1{font-family:'Roboto-Regular';}
	.st2{font-size:25px;}
	.st3{letter-spacing:6;}
	.st4{clip-path:url(#SVGID_3_);fill:url(#SVGID_4_);}
	.st5{clip-path:url(#SVGID_3_);fill:url(#SVGID_5_);}
	.st6{clip-path:url(#SVGID_3_);fill:url(#SVGID_6_);}
	.st7{clip-path:url(#SVGID_3_);fill:url(#SVGID_7_);}
	.st8{clip-path:url(#SVGID_3_);fill:url(#SVGID_8_);}
	.st9{clip-path:url(#SVGID_3_);fill:url(#SVGID_9_);}
	.st10{clip-path:url(#SVGID_3_);fill:url(#SVGID_10_);}
	.st11{clip-path:url(#SVGID_3_);fill:url(#SVGID_11_);}
	.st12{clip-path:url(#SVGID_3_);fill:url(#SVGID_12_);}
	.st13{clip-path:url(#SVGID_3_);fill:url(#SVGID_13_);}
	.st14{clip-path:url(#SVGID_3_);fill:url(#SVGID_14_);}
	.st15{clip-path:url(#SVGID_3_);fill:url(#SVGID_15_);}
	.st16{clip-path:url(#SVGID_3_);fill:url(#SVGID_16_);}
	.st17{clip-path:url(#SVGID_3_);fill:url(#SVGID_17_);}
	.st18{clip-path:url(#SVGID_3_);fill:url(#SVGID_18_);}
	.st19{clip-path:url(#SVGID_3_);fill:url(#SVGID_19_);}
	.st20{clip-path:url(#SVGID_3_);fill:url(#SVGID_20_);}
	.st21{clip-path:url(#SVGID_3_);fill:url(#SVGID_21_);}
	.st22{clip-path:url(#SVGID_3_);fill:url(#SVGID_22_);}
	.st23{clip-path:url(#SVGID_3_);fill:url(#SVGID_23_);}
	.st24{clip-path:url(#SVGID_3_);fill:url(#SVGID_24_);}
	.st25{clip-path:url(#SVGID_3_);fill:url(#SVGID_25_);}
	.st26{clip-path:url(#SVGID_3_);fill:url(#SVGID_26_);}
	.st27{clip-path:url(#SVGID_3_);fill:url(#SVGID_27_);}
	.st28{clip-path:url(#SVGID_3_);fill:url(#SVGID_28_);}
	.st29{clip-path:url(#SVGID_3_);fill:url(#SVGID_29_);}
	.st30{clip-path:url(#SVGID_3_);fill:url(#SVGID_30_);}
	.st31{clip-path:url(#SVGID_3_);fill:url(#SVGID_31_);}
	.st32{clip-path:url(#SVGID_3_);fill:url(#SVGID_32_);}
	.st33{clip-path:url(#SVGID_3_);fill:url(#SVGID_33_);}
	.st34{clip-path:url(#SVGID_3_);fill:url(#SVGID_34_);}
	.st35{clip-path:url(#SVGID_3_);fill:url(#SVGID_35_);}
	.st36{clip-path:url(#SVGID_3_);fill:url(#SVGID_36_);}
	.st37{clip-path:url(#SVGID_3_);fill:url(#SVGID_37_);}
	.st38{clip-path:url(#SVGID_3_);fill:url(#SVGID_38_);}
	.st39{clip-path:url(#SVGID_3_);fill:url(#SVGID_39_);}
	.st40{clip-path:url(#SVGID_3_);fill:url(#SVGID_40_);}
	.st41{clip-path:url(#SVGID_3_);fill:url(#SVGID_41_);}
	.st42{clip-path:url(#SVGID_3_);fill:url(#SVGID_42_);}
	.st43{clip-path:url(#SVGID_3_);fill:url(#SVGID_43_);}
	.st44{clip-path:url(#SVGID_3_);fill:url(#SVGID_44_);}
	.st45{clip-path:url(#SVGID_3_);fill:url(#SVGID_45_);}
	.st46{clip-path:url(#SVGID_3_);fill:url(#SVGID_46_);}
	.st47{clip-path:url(#SVGID_3_);fill:url(#SVGID_47_);}
	.st48{clip-path:url(#SVGID_3_);fill:url(#SVGID_48_);}
	.st49{clip-path:url(#SVGID_3_);fill:url(#SVGID_49_);}
	.st50{clip-path:url(#SVGID_3_);fill:url(#SVGID_50_);}
	.st51{clip-path:url(#SVGID_3_);fill:url(#SVGID_51_);}
	.st52{clip-path:url(#SVGID_3_);fill:url(#SVGID_52_);}
	.st53{clip-path:url(#SVGID_3_);fill:url(#SVGID_53_);}
	.st54{clip-path:url(#SVGID_3_);fill:url(#SVGID_54_);}
	.st55{clip-path:url(#SVGID_3_);fill:url(#SVGID_55_);}
	.st56{clip-path:url(#SVGID_3_);fill:url(#SVGID_56_);}
	.st57{clip-path:url(#SVGID_3_);fill:url(#SVGID_57_);}
	.st58{clip-path:url(#SVGID_3_);fill:url(#SVGID_58_);}
	.st59{clip-path:url(#SVGID_3_);fill:url(#SVGID_59_);}
	.st60{clip-path:url(#SVGID_3_);fill:url(#SVGID_60_);}
	.st61{clip-path:url(#SVGID_3_);fill:url(#SVGID_61_);}
	.st62{clip-path:url(#SVGID_3_);fill:url(#SVGID_62_);}
	.st63{clip-path:url(#SVGID_3_);fill:url(#SVGID_63_);}
	.st64{clip-path:url(#SVGID_3_);fill:url(#SVGID_64_);}
	.st65{clip-path:url(#SVGID_3_);fill:url(#SVGID_65_);}
	.st66{clip-path:url(#SVGID_3_);fill:url(#SVGID_66_);}
	.st67{clip-path:url(#SVGID_3_);fill:url(#SVGID_67_);}
	.st68{clip-path:url(#SVGID_3_);fill:url(#SVGID_68_);}
	.st69{clip-path:url(#SVGID_3_);fill:url(#SVGID_69_);}
	.st70{clip-path:url(#SVGID_3_);fill:url(#SVGID_70_);}
	.st71{clip-path:url(#SVGID_3_);fill:url(#SVGID_71_);}
	.st72{clip-path:url(#SVGID_3_);fill:url(#SVGID_72_);}
	.st73{clip-path:url(#SVGID_3_);fill:url(#SVGID_73_);}
	.st74{clip-path:url(#SVGID_3_);fill:url(#SVGID_74_);}
	.st75{clip-path:url(#SVGID_3_);fill:url(#SVGID_75_);}
	.st76{clip-path:url(#SVGID_3_);fill:url(#SVGID_76_);}
	.st77{clip-path:url(#SVGID_3_);fill:url(#SVGID_77_);}
	.st78{clip-path:url(#SVGID_3_);fill:url(#SVGID_78_);}
	.st79{clip-path:url(#SVGID_3_);fill:url(#SVGID_79_);}
	.st80{clip-path:url(#SVGID_3_);fill:url(#SVGID_80_);}
	.st81{clip-path:url(#SVGID_3_);fill:url(#SVGID_81_);}
	.st82{clip-path:url(#SVGID_3_);fill:url(#SVGID_82_);}
	.st83{clip-path:url(#SVGID_3_);fill:url(#SVGID_83_);}
	.st84{clip-path:url(#SVGID_3_);fill:url(#SVGID_84_);}
	.st85{clip-path:url(#SVGID_3_);fill:url(#SVGID_85_);}
	.st86{clip-path:url(#SVGID_3_);fill:url(#SVGID_86_);}
	.st87{clip-path:url(#SVGID_3_);fill:url(#SVGID_87_);}
	.st88{clip-path:url(#SVGID_3_);fill:url(#SVGID_88_);}
	.st89{clip-path:url(#SVGID_3_);fill:url(#SVGID_89_);}
	.st90{clip-path:url(#SVGID_3_);fill:url(#SVGID_90_);}
	.st91{clip-path:url(#SVGID_3_);fill:url(#SVGID_91_);}
	.st92{clip-path:url(#SVGID_3_);fill:url(#SVGID_92_);}
	.st93{clip-path:url(#SVGID_3_);fill:url(#SVGID_93_);}
	.st94{clip-path:url(#SVGID_3_);fill:url(#SVGID_94_);}
	.st95{clip-path:url(#SVGID_3_);fill:url(#SVGID_95_);}
	.st96{clip-path:url(#SVGID_3_);fill:url(#SVGID_96_);}
	.st97{clip-path:url(#SVGID_3_);fill:url(#SVGID_97_);}
	.st98{clip-path:url(#SVGID_3_);fill:url(#SVGID_98_);}
	.st99{clip-path:url(#SVGID_3_);fill:url(#SVGID_99_);}
	.st100{clip-path:url(#SVGID_3_);fill:url(#SVGID_100_);}
	.st101{clip-path:url(#SVGID_3_);fill:url(#SVGID_101_);}
	.st102{clip-path:url(#SVGID_3_);fill:url(#SVGID_102_);}
	.st103{clip-path:url(#SVGID_3_);fill:url(#SVGID_103_);}
	.st104{clip-path:url(#SVGID_3_);fill:url(#SVGID_104_);}
	.st105{clip-path:url(#SVGID_3_);fill:url(#SVGID_105_);}
	.st106{clip-path:url(#SVGID_3_);fill:url(#SVGID_106_);}
	.st107{clip-path:url(#SVGID_3_);fill:url(#SVGID_107_);}
	.st108{clip-path:url(#SVGID_3_);fill:url(#SVGID_108_);}
	.st109{clip-path:url(#SVGID_3_);fill:url(#SVGID_109_);}
	.st110{clip-path:url(#SVGID_3_);fill:url(#SVGID_110_);}
	.st111{clip-path:url(#SVGID_3_);fill:url(#SVGID_111_);}
	.st112{clip-path:url(#SVGID_3_);fill:url(#SVGID_112_);}
	.st113{clip-path:url(#SVGID_3_);fill:url(#SVGID_113_);}
	.st114{clip-path:url(#SVGID_3_);fill:url(#SVGID_114_);}
	.st115{clip-path:url(#SVGID_3_);fill:url(#SVGID_115_);}
	.st116{clip-path:url(#SVGID_3_);fill:url(#SVGID_116_);}
	.st117{clip-path:url(#SVGID_3_);fill:url(#SVGID_117_);}
	.st118{clip-path:url(#SVGID_3_);fill:url(#SVGID_118_);}
	.st119{clip-path:url(#SVGID_3_);fill:url(#SVGID_119_);}
	.st120{clip-path:url(#SVGID_3_);fill:url(#SVGID_120_);}
	.st121{clip-path:url(#SVGID_3_);fill:url(#SVGID_121_);}
	.st122{clip-path:url(#SVGID_3_);fill:url(#SVGID_122_);}
	.st123{clip-path:url(#SVGID_3_);fill:url(#SVGID_123_);}
	.st124{clip-path:url(#SVGID_3_);fill:url(#SVGID_124_);}
	.st125{clip-path:url(#SVGID_3_);fill:url(#SVGID_125_);}
	.st126{clip-path:url(#SVGID_3_);fill:url(#SVGID_126_);}
	.st127{clip-path:url(#SVGID_3_);fill:url(#SVGID_127_);}
	.st128{clip-path:url(#SVGID_3_);fill:url(#SVGID_128_);}
	.st129{clip-path:url(#SVGID_3_);fill:url(#SVGID_129_);}
	.st130{clip-path:url(#SVGID_3_);fill:url(#SVGID_130_);}
	.st131{clip-path:url(#SVGID_3_);fill:url(#SVGID_131_);}
	.st132{clip-path:url(#SVGID_3_);fill:url(#SVGID_132_);}
	.st133{clip-path:url(#SVGID_3_);fill:url(#SVGID_133_);}
	.st134{clip-path:url(#SVGID_3_);fill:url(#SVGID_134_);}
	.st135{clip-path:url(#SVGID_3_);fill:url(#SVGID_135_);}
	.st136{clip-path:url(#SVGID_3_);fill:url(#SVGID_136_);}
	.st137{clip-path:url(#SVGID_3_);fill:url(#SVGID_137_);}
	.st138{clip-path:url(#SVGID_3_);fill:url(#SVGID_138_);}
	.st139{clip-path:url(#SVGID_3_);fill:url(#SVGID_139_);}
	.st140{clip-path:url(#SVGID_3_);fill:url(#SVGID_140_);}
	.st141{clip-path:url(#SVGID_3_);fill:url(#SVGID_141_);}
	.st142{clip-path:url(#SVGID_3_);fill:url(#SVGID_142_);}
	.st143{clip-path:url(#SVGID_3_);fill:url(#SVGID_143_);}
	.st144{clip-path:url(#SVGID_3_);fill:url(#SVGID_144_);}
	.st145{clip-path:url(#SVGID_3_);fill:url(#SVGID_145_);}
	.st146{clip-path:url(#SVGID_3_);fill:url(#SVGID_146_);}
	.st147{clip-path:url(#SVGID_3_);fill:url(#SVGID_147_);}
	.st148{clip-path:url(#SVGID_3_);fill:url(#SVGID_148_);}
	.st149{clip-path:url(#SVGID_3_);fill:url(#SVGID_149_);}
	.st150{clip-path:url(#SVGID_3_);fill:url(#SVGID_150_);}
	.st151{clip-path:url(#SVGID_3_);fill:url(#SVGID_151_);}
	.st152{clip-path:url(#SVGID_3_);fill:url(#SVGID_152_);}
	.st153{clip-path:url(#SVGID_3_);fill:url(#SVGID_153_);}
	.st154{clip-path:url(#SVGID_3_);fill:url(#SVGID_154_);}
	.st155{clip-path:url(#SVGID_3_);fill:url(#SVGID_155_);}
	.st156{clip-path:url(#SVGID_3_);fill:url(#SVGID_156_);}
	.st157{clip-path:url(#SVGID_3_);fill:url(#SVGID_157_);}
	.st158{clip-path:url(#SVGID_3_);fill:url(#SVGID_158_);}
	.st159{clip-path:url(#SVGID_3_);fill:url(#SVGID_159_);}
	.st160{clip-path:url(#SVGID_3_);fill:url(#SVGID_160_);}
	.st161{clip-path:url(#SVGID_3_);fill:url(#SVGID_161_);}
	.st162{clip-path:url(#SVGID_3_);fill:url(#SVGID_162_);}
	.st163{clip-path:url(#SVGID_3_);fill:url(#SVGID_163_);}
	.st164{clip-path:url(#SVGID_3_);fill:url(#SVGID_164_);}
	.st165{clip-path:url(#SVGID_3_);fill:url(#SVGID_165_);}
	.st166{clip-path:url(#SVGID_3_);fill:url(#SVGID_166_);}
	.st167{clip-path:url(#SVGID_3_);fill:url(#SVGID_167_);}
	.st168{clip-path:url(#SVGID_3_);fill:url(#SVGID_168_);}
	.st169{clip-path:url(#SVGID_3_);fill:url(#SVGID_169_);}
	.st170{clip-path:url(#SVGID_3_);fill:url(#SVGID_170_);}
	.st171{clip-path:url(#SVGID_3_);fill:url(#SVGID_171_);}
	.st172{clip-path:url(#SVGID_3_);fill:url(#SVGID_172_);}
	.st173{clip-path:url(#SVGID_3_);fill:url(#SVGID_173_);}
	.st174{clip-path:url(#SVGID_3_);fill:url(#SVGID_174_);}
	.st175{clip-path:url(#SVGID_3_);fill:url(#SVGID_175_);}
	.st176{clip-path:url(#SVGID_3_);fill:url(#SVGID_176_);}
	.st177{fill:url(#SVGID_177_);}
	.st178{fill:url(#SVGID_178_);}
	.st179{fill:url(#SVGID_179_);}
</style>
<switch>
	<g i:extraneous="self">
		<g>
			<g>
				<g>
					<g>
						<defs>
							<path id="SVGID_1_" d="M160,238.8c-0.2,0-0.4,0-0.6,0c-58-0.3-104.9-47.7-104.6-105.7C55.2,75.3,102.3,28.5,160,28.5
								c0.2,0,0.4,0,0.6,0c58,0.3,104.9,47.7,104.6,105.7l0,0C264.8,192,217.7,238.8,160,238.8z M160,32.2
								c-55.7,0-101.2,45.2-101.5,100.9c-0.3,55.9,45,101.7,100.9,102c0.2,0,0.4,0,0.6,0c55.7,0,101.2-45.2,101.5-100.9
								c0.3-55.9-45-101.7-100.9-102C160.4,32.2,160.2,32.2,160,32.2z"/>
						</defs>
						<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="160" y1="312.7707" x2="160" y2="42.0383">
							<stop  offset="0" style="stop-color:#00ADDC"/>
							<stop  offset="1" style="stop-color:#6BFBFF"/>
						</linearGradient>
						<use xlink:href="#SVGID_1_"  style="overflow:visible;fill:url(#SVGID_2_);"/>
					</g>
				</g>
			</g>
			<g>
				<g>
					<linearGradient id="SVGID_177_" gradientUnits="userSpaceOnUse" x1="160.0005" y1="312.7707" x2="160.0005" y2="42.0383">
						<stop  offset="0" style="stop-color:#00ADDC"/>
						<stop  offset="1" style="stop-color:#6BFBFF"/>
					</linearGradient>
					<path class="st177" d="M160.2,196.5l-1.2-1.7c-2.5-3.5-59.8-84.9-38.1-106.6C131.3,77.7,145.2,72,159.9,72c0,0,0,0,0,0
						c14.8,0,28.7,5.8,39.2,16.2c21.7,21.7-35.3,103.1-37.7,106.5L160.2,196.5z M159.9,75c-14,0-27.1,5.4-37,15.3
						c-8.1,8.1-4.1,28.3,11.5,58.4c10,19.3,21.9,37,25.7,42.5c3.8-5.5,15.6-23.2,25.5-42.5c15.5-30.1,19.4-50.3,11.3-58.4
						C187.1,80.4,174,75,159.9,75C160,75,159.9,75,159.9,75z"/>
				</g>
				<g>
					<linearGradient id="SVGID_178_" gradientUnits="userSpaceOnUse" x1="159.8722" y1="312.7707" x2="159.8722" y2="42.0383">
						<stop  offset="0" style="stop-color:#00ADDC"/>
						<stop  offset="1" style="stop-color:#6BFBFF"/>
					</linearGradient>
					<path class="st178" d="M160.3,144.9c-8.4,0-16.8-3.2-23.3-9.7c-12.8-12.8-12.9-33.4-0.3-46l2.1,2.1
						c-11.4,11.4-11.3,30.2,0.3,41.8c11.6,11.6,30.3,11.7,41.8,0.3c5.5-5.5,8.6-12.9,8.5-20.8c-0.1-7.9-3.2-15.3-8.8-21l2.1-2.1
						c6.2,6.2,9.6,14.4,9.7,23.1c0.1,8.7-3.3,16.8-9.4,23C176.8,141.8,168.6,144.9,160.3,144.9z"/>
				</g>
				<g>
					<linearGradient id="SVGID_179_" gradientUnits="userSpaceOnUse" x1="160.4221" y1="312.7707" x2="160.4221" y2="42.0383">
						<stop  offset="0" style="stop-color:#00ADDC"/>
						<stop  offset="1" style="stop-color:#6BFBFF"/>
					</linearGradient>
					<path class="st179" d="M160.4,131.3c-1.2,0-2.8-0.7-4.8-2l1.6-2.5c1.8,1.2,2.9,1.5,3.2,1.5c2.4,0,14.6-9.1,14.6-17.2
						c0-4.8-2.9-6.8-5.4-7.1c-2.8-0.3-6.3,1.3-7.3,5.7c-0.1,0.6-0.7,1.3-1.8,1.3c0,0,0,0,0,0c-1.1,0-1.7-0.7-1.8-1.3
						c-1-4.4-4.4-6-7.3-5.7c-2.5,0.3-5.5,2.3-5.5,7c0,3.3,2.1,6.7,3.9,8.9l-2.3,1.9c-3-3.7-4.6-7.5-4.6-10.8c0-6.3,4.1-9.5,8.1-10
						c3.3-0.4,7.3,1.1,9.5,5c2.1-4,6.2-5.5,9.5-5.1c4,0.5,8.1,3.8,8.1,10.1C178,120.5,164.7,131.3,160.4,131.3z M159.3,109
						C159.3,109,159.3,109,159.3,109C159.3,109,159.3,109,159.3,109z"/>
				</g>
			</g>
		</g>
	</g>
</switch>
</svg>