diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/obsidian.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/obsidian.jsx | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/obsidian.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/obsidian.jsx new file mode 100755 index 0000000..f581eab --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/obsidian.jsx | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Obsidian(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M15.15 0l4.25 6.49-2.32 14.8L15.72 24l-6.36-2.36L5 10.96l2.9-6.7L15.16 0zM8.46 4.81L5.8 10.97l4.1 10.06 5.56 2.03.94-2 2.25-14.39-3.7-5.66-6.48 3.8z" | ||
| 10 | /> | ||
| 11 | <path | ||
| 12 | fillRule="evenodd" | ||
| 13 | clipRule="evenodd" | ||
| 14 | d="M14.88 3.1l4.52 3.3-2.27 14.52L15.72 24 8.79 8.32l6.09-5.22zm.05.92L9.66 8.54l6.07 13.73.73-1.59L18.63 6.5l-3.7-2.47z" | ||
| 15 | /> | ||
| 16 | <path | ||
| 17 | fillRule="evenodd" | ||
| 18 | clipRule="evenodd" | ||
| 19 | d="M15.15 0l4.25 6.4-.45.57-4.1-2.98.3-3.99zm.54 1.49l-.14 2.08 2.39 1.73-2.25-3.81z" | ||
| 20 | /> | ||
| 21 | <path | ||
| 22 | fillRule="evenodd" | ||
| 23 | clipRule="evenodd" | ||
| 24 | d="M15.15 0l.14 4.07-6.35 5.22-.9-4.92L15.14 0zM8.83 4.76l.6 3.2 5.18-4.28.18-2.36-5.96 3.44z" | ||
| 25 | /> | ||
| 26 | <path | ||
| 27 | fillRule="evenodd" | ||
| 28 | clipRule="evenodd" | ||
| 29 | d="M8.79 8.7l.67-.18L15.72 24l-6.25-2.55L8.79 8.7zm.8 1.88l.55 10.32L15 22.7 9.6 10.57z" | ||
| 30 | /> | ||
| 31 | </Icon> | ||
| 32 | ); | ||
| 33 | } | ||
