diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pomodone.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pomodone.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pomodone.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pomodone.jsx new file mode 100755 index 0000000..48c503b --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/pomodone.jsx | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Pomodone(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M0,12.36v-.75a.61.61,0,0,0,0-.13c0-.34,0-.68.08-1A11.16,11.16,0,0,1,.68,8,11.92,11.92,0,0,1,6.57,1.3,11.61,11.61,0,0,1,12,0a13,13,0,0,1,1.39.09,10.2,10.2,0,0,1,2.18.46A12,12,0,0,1,24,12a7,7,0,0,1,0,.92,16.36,16.36,0,0,1-.24,1.69,11.74,11.74,0,0,1-3.9,6.48A11.71,11.71,0,0,1,12.5,24l-.12,0h-.75l-.1,0-.47,0c-.56-.08-1.12-.12-1.67-.25a11.71,11.71,0,0,1-6.49-3.9A11.71,11.71,0,0,1,0,12.48.53.53,0,0,0,0,12.36ZM18.92,12V6.27a1.18,1.18,0,0,0-1.2-1.21H6.28a1.18,1.18,0,0,0-1.2,1.2V17.71a1.18,1.18,0,0,0,1.2,1.2H17.72a1.18,1.18,0,0,0,1.2-1.21Z" /> | ||
| 7 | <path d="M17.17,17.15H6.84V6.82H17.17Z" /> | ||
| 8 | </Icon> | ||
| 9 | ); | ||
| 10 | } | ||
