Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mobile/components/ChatInput/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ChatInput extends React.Component<InputProps, State> {
onSubmitEditing={this.submit}
/>
</ChatInputTextInputWrapper>
<Icon glyph={'send'} onPress={this.submit} size={32} />
<Icon glyph={'send-fill'} onPress={this.submit} size={32} />
</ChatInputWrapper>
{/* NOTE(@mxstbr): Magic number, otherwise the chatinput is way above the keyboard */}
<KeyboardSpacer topSpacing={-75} />
Expand Down
3 changes: 3 additions & 0 deletions mobile/components/Icon/glyphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ export default (glyph: GlyphTypes, color: string) => {
return (
<Fragment>
<Path
fillRule="evenodd"
fill={color}
d="M9,8l0,5.287l7.054,1.495c0.628,0.133 0.966,0.665 0.989,1.164c0,0.009 0.001,0.022 0.001,0.034c0,0.004 0,0.008 0,0.012c0,0.005 0,0.009 0,0.013c0,0.012 -0.001,0.025 -0.001,0.034c-0.023,0.498 -0.361,1.031 -0.989,1.164l-7.054,1.495l0,5.627c0.02,0.001 0.049,-0.002 0.09,-0.017c4.386,-1.524 15.41,-7.808 15.41,-8.308c0,-0.5 -11.075,-6.473 -15.41,-7.984c-0.041,-0.014 -0.07,-0.017 -0.09,-0.016Zm17.555,7.992l0,-0.011l0,-0.003c-0.011,-0.698 -0.39,-1.289 -0.925,-1.685c-3.631,-2.688 -11.512,-6.642 -15.882,-8.165c-0.624,-0.218 -1.3,-0.158 -1.843,0.185c-0.554,0.349 -0.905,0.958 -0.905,1.667l0,5.712c0,0.708 0.496,1.32 1.189,1.467l3.931,0.833l-3.931,0.834c-0.693,0.146 -1.189,0.758 -1.189,1.467l0,6.052c0,0.709 0.351,1.317 0.905,1.667c0.543,0.343 1.219,0.403 1.843,0.185c4.371,-1.527 12.29,-5.85 15.881,-8.505c0.536,-0.397 0.915,-0.987 0.925,-1.685l0,-0.003l0.001,-0.012Z"
/>
Expand All @@ -836,6 +837,8 @@ export default (glyph: GlyphTypes, color: string) => {
return (
<Fragment>
<Path
fillRule="evenodd"
clipRule="evenodd"
fill={color}
d="M16.044,15.012c-0.005,-0.104 -0.071,-0.205 -0.198,-0.232l-7.45,-1.579c-0.231,-0.049 -0.396,-0.253 -0.396,-0.489l0,-5.712c0,-0.73 0.698,-1.159 1.419,-0.908c4.295,1.497 12.081,5.408 15.616,8.025c0.34,0.252 0.515,0.573 0.52,0.895c-0.005,0.323 -0.18,0.644 -0.52,0.896c-3.535,2.617 -11.321,6.868 -15.616,8.365c-0.721,0.251 -1.419,-0.178 -1.419,-0.908l0,-6.052c0,-0.236 0.165,-0.44 0.396,-0.489l7.45,-1.579c0.127,-0.027 0.193,-0.129 0.198,-0.233Z"
/>
Expand Down
60 changes: 29 additions & 31 deletions mobile/views/TabBar/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,35 @@ type IconProps = {
};

export const HomeIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fillRule="evenodd"
fill={color}
d="M16,5c-0.358,0 -0.736,0.149 -0.997,0.264c-0.297,0.13 -0.676,0.326 -1.077,0.555c-0.789,0.451 -1.798,1.102 -2.878,1.864c-2.149,1.518 -4.715,3.572 -6.755,5.61c-0.391,0.39 -0.391,1.024 0,1.414c0.39,0.391 1.024,0.391 1.414,0c1.96,-1.962 4.394,-3.908 6.495,-5.39c1.045,-0.738 1.974,-1.337 2.716,-1.761c0.365,-0.209 0.649,-0.357 0.887,-0.46c0.091,-0.04 0.154,-0.064 0.195,-0.078c0.041,0.014 0.104,0.038 0.194,0.078c0.239,0.103 0.523,0.251 0.888,0.46c0.742,0.424 1.671,1.023 2.716,1.761c2.101,1.482 4.535,3.428 6.495,5.39c0.39,0.391 1.024,0.391 1.414,0c0.391,-0.39 0.391,-1.024 0,-1.414c-2.04,-2.038 -4.606,-4.092 -6.755,-5.61c-1.08,-0.762 -2.089,-1.413 -2.878,-1.864c-0.401,-0.229 -0.78,-0.425 -1.077,-0.555c-0.262,-0.115 -0.639,-0.264 -0.997,-0.264Zm3.934,19.816c0.184,-0.028 0.358,-0.061 0.524,-0.098l0.014,-0.003c0.923,-0.2 1.291,-0.482 1.522,-0.79c0.292,-0.39 0.589,-1.123 0.774,-2.649l0.001,-0.003c0.165,-1.347 0.218,-3.047 0.229,-5.273c0.002,-0.552 0.45,-1 1.002,-1c0.552,0 1,0.448 0.998,1c-0.052,10.061 -1.005,11 -8.998,11c-7.993,0 -8.946,-0.939 -8.998,-11c-0.002,-0.552 0.446,-1 0.998,-1c0.552,0 1,0.448 1.002,1c0.011,2.226 0.064,3.926 0.229,5.273l0.001,0.003c0.185,1.526 0.482,2.259 0.774,2.649c0.231,0.308 0.599,0.59 1.523,0.79l0.013,0.003c0.166,0.037 0.34,0.07 0.524,0.098c-0.049,-0.788 -0.066,-1.718 -0.066,-2.816c0,-5.133 0.4,-6 4,-6c3.6,0 4,0.867 4,6c0,1.098 -0.017,2.028 -0.066,2.816Zm-2.015,0.16c0.062,-0.782 0.081,-1.74 0.081,-2.976c0,-1.258 -0.02,-2.159 -0.105,-2.87l0,-0.002c-0.081,-0.688 -0.196,-0.921 -0.228,-0.973c-0.001,-0.001 -0.001,-0.002 -0.001,-0.003c-0.002,-0.005 -0.007,-0.009 -0.012,-0.009c-0.019,-0.001 -0.042,-0.003 -0.073,-0.009c-0.004,-0.001 -0.009,-0.002 -0.012,-0.003c-0.338,-0.11 -0.751,-0.133 -1.568,-0.131l-0.002,0c-0.817,-0.002 -1.23,0.021 -1.568,0.131c-0.004,0.001 -0.008,0.002 -0.012,0.003c-0.031,0.006 -0.055,0.008 -0.073,0.009c-0.005,0 -0.01,0.004 -0.012,0.009c0,0.002 0,0.002 -0.001,0.003c-0.032,0.052 -0.147,0.285 -0.228,0.973l0,0.002c-0.085,0.711 -0.105,1.612 -0.105,2.87c0,1.236 0.019,2.194 0.08,2.976c0.569,0.018 1.204,0.024 1.92,0.024l0,0c0.715,0 1.35,-0.006 1.919,-0.024Z"
fillRule="evenodd"
clipRule="evenodd"
d="M12 0C11.6424 0 11.2645 0.1492 11.0031 0.263672C10.6908 0.400482 10.3249 0.591156 9.92574 0.819244C9.1244 1.27716 8.12794 1.92096 7.04836 2.68304C4.89095 4.2059 2.34377 6.242 0.292923 8.29291C-0.097641 8.68341 -0.097641 9.31659 0.292923 9.70709C0.683426 10.0976 1.3166 10.0976 1.70711 9.70709C3.65627 7.758 6.10909 5.7941 8.20168 4.31696C9.24709 3.57904 10.1881 2.97284 10.918 2.55576C11.2845 2.34634 11.5827 2.19327 11.8055 2.0957C11.8956 2.05621 11.9592 2.03235 12 2.01813C12.0408 2.03235 12.1044 2.05621 12.1945 2.0957C12.4173 2.19327 12.7155 2.34634 13.082 2.55576C13.8119 2.97284 14.7529 3.57904 15.7984 4.31696C17.8909 5.7941 20.3438 7.758 22.2929 9.70709C22.6834 10.0976 23.3166 10.0976 23.7071 9.70709C24.0977 9.31659 24.0977 8.68341 23.7071 8.29291C21.6563 6.242 19.1091 4.2059 16.9517 2.68304C15.8721 1.92096 14.8756 1.27716 14.0743 0.819244C13.6751 0.591156 13.3093 0.400482 12.9969 0.263672C12.7355 0.1492 12.3576 0 12 0ZM3.0038 11.2328C3.04372 11.1969 3.0829 11.1597 3.12135 11.1213C4.9687 9.27396 7.32729 7.38229 9.35506 5.9509C10.2118 5.34616 11.0853 4.75574 12 4.24136C12.9147 4.75574 13.7882 5.34616 14.645 5.9509C16.6727 7.38229 19.0313 9.27396 20.8787 11.1213C20.9171 11.1597 20.9563 11.1969 20.9962 11.2328C20.9434 19.1584 20.2849 21.3015 15.8902 21.8357C15.9698 21.0808 16 20.1491 16 19C16 13.6 15.3333 13 12 13C8.6667 13 8.00002 13.6 8.00002 19C8.00002 20.1491 8.03023 21.0808 8.10988 21.8357C3.71516 21.3015 3.05659 19.1584 3.0038 11.2328ZM13.8632 21.9373L13.8577 21.9756C13.2852 21.9934 12.6671 22 12 22C11.3329 22 10.7149 21.9934 10.1423 21.9756L10.1368 21.9373C10.0424 21.2655 10 20.33 10 19C10 17.67 10.0424 16.7344 10.1368 16.0626C10.223 15.4491 10.3332 15.2135 10.3721 15.1469C10.3811 15.1431 10.3932 15.1384 10.409 15.133C10.4194 15.1294 10.4315 15.1255 10.4454 15.1214C10.4561 15.1182 10.4677 15.1149 10.4805 15.1115C10.7404 15.0428 11.1806 15 12 15C12.8195 15 13.2596 15.0428 13.5195 15.1115C13.5739 15.1259 13.6084 15.1386 13.6279 15.1469C13.6668 15.2135 13.7771 15.4491 13.8632 16.0626C13.9576 16.7344 14 17.67 14 19C14 20.33 13.9576 21.2655 13.8632 21.9373Z"
transform="translate(0 1)"
/>
</G>
</Svg>
);

export const MessageIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fillRule="evenodd"
fill={color}
d="M14.5,7.021c0.625,-0.014 1.291,-0.021 2,-0.021c10.542,0 11.5,1.5 11.5,8c0,6.5 -0.958,8 -11.5,8c-0.517,0 -1.01,-0.004 -1.482,-0.011c-0.001,0 -0.002,0 -0.002,0.001l-4.461,2.974c-0.665,0.443 -1.555,-0.034 -1.555,-0.833l0,-2.713c0,-0.002 -0.002,-0.004 -0.004,-0.005c-2.969,-0.754 -3.765,-2.347 -3.948,-5.413c-0.036,-0.607 -0.048,-1.272 -0.048,-2c0,-6.063 0.834,-7.776 9.5,-7.979Zm-7.023,12.153c-0.341,-0.732 -0.477,-1.923 -0.477,-4.174c-0.001,-1.579 0.04,-2.656 0.259,-3.523c0.171,-0.791 0.268,-1.008 0.751,-1.324c0.394,-0.301 1.12,-0.62 2.55,-0.84c1.458,-0.228 3.327,-0.312 5.892,-0.313l0.048,0c2.589,-0.001 4.473,0.084 5.94,0.313c1.43,0.22 2.156,0.539 2.55,0.84c0.483,0.316 0.58,0.533 0.751,1.324c0.219,0.867 0.259,1.944 0.259,3.523c0,1.579 -0.04,2.656 -0.259,3.523c-0.171,0.791 -0.268,1.007 -0.751,1.324c-0.394,0.301 -1.12,0.62 -2.55,0.84c-1.467,0.229 -3.351,0.313 -5.94,0.313c-0.509,0 -0.987,-0.004 -1.449,-0.011c-0.303,0.018 -0.882,0.188 -1.145,0.337l-2.906,1.937l0,-0.845c0,-0.96 -0.664,-1.728 -1.512,-1.943c-1.389,-0.353 -1.784,-0.813 -2.011,-1.301Zm4.023,-2.174c0.828,0 1.5,-0.672 1.5,-1.5c0,-0.828 -0.672,-1.5 -1.5,-1.5c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5Zm6.5,-1.5c0,0.828 -0.672,1.5 -1.5,1.5c-0.828,0 -1.5,-0.672 -1.5,-1.5c0,-0.828 0.672,-1.5 1.5,-1.5c0.828,0 1.5,0.672 1.5,1.5Zm3.5,1.5c0.828,0 1.5,-0.672 1.5,-1.5c0,-0.828 -0.672,-1.5 -1.5,-1.5c-0.828,0 -1.5,0.672 -1.5,1.5c0,0.828 0.672,1.5 1.5,1.5Z"
fillRule="evenodd"
clipRule="evenodd"
d="M23 8C23 14.5 22.0417 16 11.5 16C10.9835 16 10.49 15.9964 10.0184 15.9888L10.0156 15.9896L5.55469 18.9636C4.89014 19.4066 4 18.9302 4 18.1315V15.418C4 15.4157 3.99835 15.4137 3.99615 15.4131C0.439392 14.5103 0 12.4014 0 8C0 1.5 0.958313 0 11.5 0C22.0417 0 23 1.5 23 8ZM6.5 10C7.32843 10 8 9.32843 8 8.5C8 7.67157 7.32843 7 6.5 7C5.67157 7 5 7.67157 5 8.5C5 9.32843 5.67157 10 6.5 10ZM16.5 10C17.3284 10 18 9.32843 18 8.5C18 7.67157 17.3284 7 16.5 7C15.6716 7 15 7.67157 15 8.5C15 9.32843 15.6716 10 16.5 10ZM13 8.5C13 9.32843 12.3284 10 11.5 10C10.6716 10 10 9.32843 10 8.5C10 7.67157 10.6716 7 11.5 7C12.3284 7 13 7.67157 13 8.5Z"
transform="translate(1 3)"
/>
</G>
</Svg>
);

export const ExploreIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fillRule="evenodd"
Expand Down Expand Up @@ -65,52 +69,46 @@ export const ExploreIcon = ({ color }: IconProps) => (
);

export const SearchIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fill={color}
d="M14,9c-2.761,0 -5,2.239 -5,5c0,2.761 2.239,5 5,5c1.387,0 2.641,-0.564 3.548,-1.477c0.899,-0.905 1.452,-2.148 1.452,-3.523c0,-2.761 -2.239,-5 -5,-5Zm-7,5c0,-3.866 3.134,-7 7,-7c3.866,0 7,3.134 7,7c0,1.257 -0.332,2.436 -0.912,3.456c-0.244,0.431 -0.212,0.981 0.137,1.332l3.984,4.007c0.389,0.391 0.388,1.025 -0.004,1.414c-0.392,0.389 -1.025,0.388 -1.414,-0.004l-3.97,-3.992c-0.352,-0.354 -0.908,-0.387 -1.341,-0.138c-1.025,0.588 -2.214,0.925 -3.48,0.925c-3.866,0 -7,-3.134 -7,-7Z"
fillRule="evenodd"
clipRule="evenodd"
d="M7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C8.38729 12 9.64106 11.4363 10.548 10.5231C11.4466 9.61817 12 8.37469 12 7C12 4.23858 9.76142 2 7 2ZM0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 8.25656 13.6683 9.43648 13.0885 10.4561C12.8436 10.8866 12.8759 11.437 13.2251 11.7882L17.2091 15.7949C17.5985 16.1865 17.5967 16.8197 17.2051 17.2091C16.8135 17.5985 16.1803 17.5967 15.7909 17.2051L11.8214 13.213C11.4693 12.8589 10.9133 12.8261 10.4801 13.0747C9.45506 13.6631 8.26648 14 7 14C3.13401 14 0 10.866 0 7Z"
transform="translate(3 3)"
/>
</G>
</Svg>
);

export const NotificationIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fillRule="evenodd"
fill={color}
d="M22.217,19.476c-0.512,-1.149 -1.201,-2.759 -1.201,-4.487c0,-3.12 -0.878,-4.452 -1.642,-5.077c-0.84,-0.687 -2.022,-0.923 -3.359,-0.923c-1.336,0 -2.518,0.236 -3.358,0.923c-0.764,0.625 -1.642,1.957 -1.642,5.077c0,1.729 -0.689,3.339 -1.201,4.488c-0.046,0.103 -0.09,0.202 -0.133,0.298c-0.526,1.178 -0.796,1.782 -0.829,2.235c0,0.002 -0.001,0.004 -0.001,0.006c0.067,0.061 0.207,0.171 0.449,0.258c0.981,0.393 2.968,0.715 6.715,0.715c3.748,0 5.735,-0.322 6.715,-0.715c0.243,-0.087 0.383,-0.198 0.45,-0.259c0,-0.002 -0.001,-0.004 -0.001,-0.006c-0.033,-0.453 -0.303,-1.058 -0.83,-2.238c-0.042,-0.094 -0.086,-0.193 -0.132,-0.295Zm0.97,2.627c-0.003,-0.006 -0.006,-0.03 -0.002,-0.052c0.006,0.047 0.004,0.058 0.002,0.052Zm-14.343,0.001c-0.002,0.006 -0.004,-0.005 0.002,-0.051c0.003,0.022 0,0.045 -0.002,0.051Zm15.38,-3.041c-0.58,-1.285 -1.208,-2.679 -1.208,-4.074c0,-7 -4,-8 -7.001,-8c-2.999,0 -7,1 -7,8c0,1.396 -0.629,2.79 -1.209,4.076c-1.499,3.326 -2.671,5.924 8.209,5.924c10.882,0 9.709,-2.6 8.209,-5.926Z"
d="M10.758 1.61612C10.8171 1.90532 10.5396 2.11809 10.2468 2.08069C9.29147 1.95863 8.3041 1.9586 7.34872 2.08067C7.05593 2.11807 6.7784 1.9053 6.83749 1.61609C7.02209 0.712204 7.83224 0 8.79775 0C9.7633 0 10.5734 0.712204 10.758 1.61612Z"
/>
<Path
fill={color}
d="M4.92083 21.7795C4.75085 21.2815 5.19347 20.873 5.71847 20.9083C6.07244 20.9322 6.44671 21.1683 6.80386 21.3937C7.00637 21.5215 7.20388 21.6462 7.38845 21.7264C7.86306 21.9324 8.4967 22 8.79775 22C9.04965 22 9.68884 21.9176 10.178 21.7064C10.3569 21.6291 10.551 21.5125 10.7515 21.392C11.1229 21.1689 11.5164 20.9324 11.8767 20.9081C12.4018 20.8727 12.8446 21.2814 12.6745 21.7795C12.1743 23.2447 10.2624 24 8.79775 24C7.33355 24 5.42089 23.2447 4.92083 21.7795Z"
/>
<Path
fill={color}
d="M16.62 13.2637C16.7452 13.5184 16.8762 13.785 17.0065 14.0739C19.4542 19.5 13.7994 20 8.79775 20C3.79615 20 -1.85758 19.5 0.588646 14.076C0.751274 13.7154 0.902794 13.4057 1.03976 13.1257C1.5014 12.1819 1.79775 11.576 1.79775 10.5C1.79775 4 6.29775 3 8.79775 3C11.2977 3 15.7978 4 15.7978 10.5C15.7978 11.59 16.1715 12.3507 16.62 13.2637Z"
/>
<G>
<Path
fillRule="evenodd"
fill={color}
d="M17.464,6.081c0.293,0.037 0.57,-0.176 0.511,-0.465c-0.184,-0.904 -0.995,-1.616 -1.96,-1.616c-0.966,0 -1.776,0.712 -1.96,1.616c-0.059,0.289 0.218,0.502 0.511,0.465c0.955,-0.122 1.943,-0.122 2.898,0Z"
/>
<Path
fillRule="evenodd"
fill={color}
d="M12.978,25.911c-0.525,-0.035 -1.01,0.37 -0.84,0.868c0.5,1.466 2.413,2.221 3.877,2.221c1.465,0 3.376,-0.755 3.877,-2.221c0.17,-0.498 -0.315,-0.903 -0.84,-0.868c-0.555,0.037 -1.146,0.575 -1.657,0.795c-0.489,0.212 -1.128,0.294 -1.38,0.294c-0.301,0 -0.935,-0.068 -1.409,-0.274c-0.511,-0.221 -1.073,-0.778 -1.628,-0.815Z"
/>
</G>
</G>
</Svg>
);

export const ProfileIcon = ({ color }: IconProps) => (
<Svg width="32" height="32" viewBox="0 0 32 32">
<Svg width="24" height="24" viewBox="0 0 24 24">
<G>
<Path
fillRule="evenodd"
fill={color}
d="M25.698,22.196c0.248,-1.511 0.302,-3.475 0.302,-6.196c0,-2.721 -0.053,-4.685 -0.302,-6.196c-0.235,-1.45 -0.6,-2.127 -0.987,-2.515c-0.388,-0.387 -1.065,-0.752 -2.515,-0.987c-1.511,-0.249 -3.475,-0.302 -6.196,-0.302c-2.721,0 -4.685,0.053 -6.196,0.302c-1.45,0.235 -2.127,0.6 -2.515,0.987c-0.387,0.388 -0.752,1.065 -0.987,2.515c-0.249,1.511 -0.302,3.475 -0.302,6.196c0,2.721 0.053,4.685 0.302,6.196c0.235,1.45 0.6,2.127 0.987,2.515c0.388,0.387 1.065,0.752 2.515,0.987c1.511,0.249 3.475,0.302 6.196,0.302c2.721,0 4.685,-0.053 6.196,-0.302c1.45,-0.235 2.127,-0.6 2.515,-0.987c0.387,-0.388 0.752,-1.065 0.987,-2.515Zm-9.698,5.804c11,0 12,-1 12,-12c0,-11 -1,-12 -12,-12c-11,0 -12,1 -12,12c0,11 1,12 12,12Z"
/>
<Path
fillRule="evenodd"
fill={color}
d="M19,14c0,1.683 -0.271,2.241 -0.469,2.456c-0.163,0.176 -0.68,0.544 -2.531,0.544c-1.85,0 -2.367,-0.368 -2.53,-0.544c-0.198,-0.215 -0.47,-0.773 -0.47,-2.456c0,-1.657 1.343,-3 3,-3c1.657,0 3,1.343 3,3Zm0.835,3.977c0.879,-0.804 1.165,-2.104 1.165,-3.977c0,-2.761 -2.238,-5 -5,-5c-2.761,0 -5,2.239 -5,5c0,1.873 0.287,3.173 1.166,3.977c-1.665,0.911 -2.97,2.396 -3.649,4.189c-0.124,0.328 -0.154,0.708 0.051,0.993c0.569,0.789 1.674,-0.111 2.13,-0.97c1.008,-1.897 3.004,-3.189 5.302,-3.189c2.298,0 4.295,1.292 5.303,3.189c0.456,0.859 1.561,1.759 2.129,0.97c0.205,-0.285 0.176,-0.665 0.052,-0.993c-0.68,-1.793 -1.985,-3.278 -3.649,-4.189Z"
clipRule="evenodd"
d="M24 12C24 23 23 24 12 24C1 24 0 23 0 12C0 1 1 0 12 0C23 0 24 1 24 12ZM14.5304 12.4559C14.7287 12.2411 15 11.6826 15 10C15 8.34314 13.6569 7 12 7C10.3431 7 9 8.34314 9 10C9 11.6826 9.2713 12.2411 9.4696 12.4559C9.63223 12.6321 10.1493 13 12 13C13.8507 13 14.3678 12.6321 14.5304 12.4559ZM17 10C17 11.8729 16.7137 13.173 15.8346 13.9772C17.499 14.8879 18.8042 16.373 19.4835 18.166C19.6077 18.4938 19.6262 18.9031 19.4146 19.1825C18.8275 19.9575 17.7585 19.048 17.3023 18.1893C16.2945 16.2921 14.2981 15 12 15C9.70184 15 7.70547 16.2921 6.69766 18.1894C6.24155 19.048 5.17255 19.9575 4.58545 19.1825C4.37378 18.9031 4.39227 18.4938 4.51648 18.166C5.19583 16.373 6.50104 14.8879 8.16544 13.9772C7.28635 13.173 7 11.8729 7 10C7 7.23859 9.23859 5 12 5C14.7614 5 17 7.23859 17 10Z"
/>
</G>
</Svg>
Expand Down