aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx
new file mode 100755
index 0000000..df94f94
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/face-time.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function FaceTime(props) {
4 return (
5 <Icon {...props}>
6 <path d="M0 8.30857018L0 16.6914791C0 18.5218303 1.51470151 20 3.36768637 20L13.6323136 20C15.4953965 20 17 18.5119097 17 16.6914791L17 8.30857018C17 6.47821906 15.4852985 5 13.6323136 5L3.37778438 5C1.51470151 4.99012871 0 6.47821906 0 8.30857018zM21.8033208 5.34198159L17.9441174 8.81128664C17.601525 9.1246787 17.4 9.58102152 17.4 10.0648549L17.4 14.8701997C17.4 15.3540331 17.5914487 15.8048778 17.9290031 16.1182699L21.7882064 19.6535522C22.6698782 20.4562757 24 19.7745105 24 18.5264404L24 6.46909337C24.0100193 5.23201946 22.6799545 4.54475618 21.8033208 5.34198159z" />
7 </Icon>
8 );
9}