aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx
new file mode 100755
index 0000000..0f98a60
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/numbers.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Numbers(props) {
4 return (
5 <Icon {...props}>
6 <path d="M23.5267854,22.0919194 C23.788132,22.0919194 24,22.2681331 24,22.4855 L24,22.6064617 C24,22.8238286 23.7881734,23 23.5267854,23 L0.473214594,23 C0.211867974,23 7.10542736e-15,22.8238286 7.10542736e-15,22.6064617 L7.10542736e-15,22.4855 C7.10542736e-15,22.2681331 0.211867974,22.0919194 0.473214594,22.0919194 L23.5267854,22.0919194 Z M11.332473,12.1575222 C11.446809,12.1575222 11.5394967,12.2523006 11.5394967,12.3692158 L11.5394967,20.8974173 C11.5394967,21.0143325 11.446809,21.1091109 11.332473,21.1091109 L6.48219942,21.1091109 C6.36786343,21.1091109 6.2751758,21.0143325 6.2751758,20.8974173 L6.2751758,12.3692158 C6.2751758,12.2523006 6.36786343,12.1575222 6.48219942,12.1575222 L11.332473,12.1575222 Z M5.28580991,17.2381674 C5.37122786,17.2381674 5.44053937,17.3030726 5.44053937,17.3831774 L5.44053937,20.9641432 C5.44053937,21.0442057 5.37122786,21.1091109 5.28580991,21.1091109 L0.330947961,21.1091109 C0.245530015,21.1091109 0.176218507,21.0442057 0.176218507,20.9641432 L0.176218507,17.3831774 C0.176218507,17.3031149 0.245530015,17.2381674 0.330947961,17.2381674 L5.28580991,17.2381674 Z M17.4603722,2 C17.5747321,2 17.6673958,2.09462708 17.6673958,2.21135491 L17.6673958,20.8977984 C17.6673958,20.9538942 17.6455146,21.007674 17.6066889,21.047304 C17.5678633,21.086934 17.5152306,21.109111 17.4603722,21.109111 L12.6100986,21.109111 C12.4957388,21.109111 12.403075,21.0145262 12.403075,20.8977984 L12.403075,2.21135491 C12.403075,2.1552552 12.4249549,2.10147102 12.4637794,2.0618343 C12.5026039,2.02219757 12.5552365,2 12.6100986,2 L17.4603722,2 Z M23.6091808,7.59196981 C23.7119473,7.59196981 23.7952536,7.68054239 23.7952536,7.78977626 L23.7952536,20.9113468 C23.7952536,21.0205807 23.7119473,21.1091109 23.6091808,21.1091109 L18.7170884,21.1091109 C18.6143219,21.1091109 18.5309742,21.0205807 18.5309742,20.9113468 L18.5309742,7.78977626 C18.5309742,7.68054239 18.6142805,7.59196981 18.7170884,7.59196981 L23.6091808,7.59196981 Z" />
7 </Icon>
8 );
9}