aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx
new file mode 100755
index 0000000..3f814e8
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/wechat.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Wechat(props) {
4 return (
5 <Icon {...props}>
6 <path d="M22.58 12.686c-.559-1.265-1.612-2.27-2.835-2.889-2.158-1.092-4.841-1.086-6.993.028-1.495.767-2.744 2.142-3.098 3.815-.291 1.232-.03 2.558.623 3.63.973 1.616 2.731 2.647 4.557 2.978 1.323.269 2.692.11 3.977-.261.772.299 1.46.783 2.207 1.142-.193-.648-.4-1.289-.62-1.927.84-.596 1.601-1.339 2.058-2.272.681-1.297.723-2.907.123-4.244zm-9.098-8.678c-2.287-1.287-5.135-1.48-7.595-.59-1.617.581-3.08 1.663-3.984 3.134-.82 1.33-1.128 2.987-.733 4.508.397 1.686 1.569 3.1 2.99 4.045-.274.779-.536 1.557-.783 2.342.894-.468 1.787-.956 2.682-1.431a9.955 9.955 0 003.355.475 5.645 5.645 0 01-.234-2.705c.207-1.257.894-2.407 1.828-3.258 1.582-1.48 3.824-2.105 5.955-1.954-.4-1.957-1.775-3.61-3.506-4.565h.025zm1.589 9.157c-.192.598-1.06.777-1.48.323-.464-.421-.284-1.3.325-1.488.673-.284 1.45.492 1.155 1.165zm4.395.084c-.235.538-1.046.663-1.445.248-.191-.175-.247-.44-.315-.67.096-.42.385-.854.853-.875.646-.09 1.224.709.893 1.298h.014zm-6.559-5.916c.008.881-1.168 1.431-1.828.833-.685-.49-.49-1.683.313-1.93.72-.289 1.57.315 1.514 1.086l.002.011zm-5.554.224c-.157.765-1.183 1.135-1.783.621-.696-.49-.501-1.706.316-1.953.8-.308 1.71.504 1.467 1.332z" />
7 </Icon>
8 );
9}