aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx
new file mode 100755
index 0000000..7c4c114
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/drafts.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Drafts(props) {
4 return (
5 <Icon {...props}>
6 <path d="M3.355,20.645L15.871,20.645C16.797,20.645 17.548,21.397 17.548,22.323C17.548,23.248 16.797,24 15.871,24L1.677,24C0.751,24 0,23.249 0,22.323L0,8.129C-0,7.203 0.752,6.452 1.677,6.452C2.603,6.452 3.355,7.203 3.355,8.129L3.355,20.645ZM20.645,3.355L8.129,3.355C7.203,3.355 6.452,2.603 6.452,1.677C6.452,0.752 7.203,-0 8.129,0L22.323,0C23.249,-0 24,0.751 24,1.677L24,15.871C24,16.797 23.248,17.548 22.323,17.548C21.397,17.548 20.645,16.797 20.645,15.871L20.645,3.355ZM15.766,8.234L10.765,8.234C10.337,8.234 9.99,7.887 9.99,7.46C9.99,7.033 10.337,6.686 10.765,6.686L16.54,6.686C16.967,6.686 17.314,7.033 17.314,7.46L17.314,13.235C17.314,13.663 16.967,14.01 16.54,14.01C16.113,14.01 15.766,13.663 15.766,13.235L15.766,8.234Z" />
7 </Icon>
8 );
9}