aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx
new file mode 100755
index 0000000..159fac3
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Dropbox(props) {
4 return (
5 <Icon {...props}>
6 <path d="M7.3125,0 L0,4.8 L5.025,8.625 L12,4.0875 L7.3125,0 Z M12,4.0875 L19.3125,8.4 L24,4.575 L16.9125,0 L12,4.0875 Z M19.3125,8.4 L12,13.0875 L16.8,16.8 L24,12.4875 L19.3125,8.4 Z M12,13.0875 L5.025,8.625 L0,12.4875 L7.3125,16.8 L12,13.0875 Z M12,15 L7.2,18.6 L4.8,17.175 L4.8,19.2 L12,24 L19.2,19.3125 L19.2,17.175 L16.8,18.6 L12,15 Z" />
7 </Icon>
8 );
9}