aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx
new file mode 100755
index 0000000..c37d116
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ram.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Ram(props) {
4 return (
5 <Icon {...props}>
6 <path d="M0 8l.2.3c.5.5.5 1.3 0 1.8l-.2.2v5.2h24v-5.2l-.2-.2c-.5-.5-.5-1.3 0-1.8L24 8V5.7H0V8zm18.3.5h1.4v4.2h-1.4V8.5zm-2.8 0H17v4.2h-1.4V8.5zm-2.8 0h1.4v4.2h-1.4V8.5zm-2.8 0h1.4v4.2H9.9V8.5zM7 8.5h1.4v4.2H7V8.5zm-2.8 0h1.4v4.2H4.3V8.5zM1.4 17h7v1.3h-7V17zM9.9 17h12.7v1.3H9.9V17z" />
7 </Icon>
8 );
9}