diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/moon.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/moon.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/moon.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/moon.jsx new file mode 100755 index 0000000..d8a5e15 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/moon.jsx | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | import * as Utils from "../../../utils"; | ||
| 3 | |||
| 4 | export default function Moon(props) { | ||
| 5 | return ( | ||
| 6 | <Icon {...props} className={Utils.classNames(props.className, "moon-icon")}> | ||
| 7 | <path d="M12.081 2.509a1 1 0 0 1-.067 1.085 6 6 0 0 0 8.392 8.392 1 1 0 0 1 1.59.896A10 10 0 1 1 11.118 2.004a1 1 0 0 1 .963.505Zm-2.765 1.93a8 8 0 1 0 10.245 10.245A8 8 0 0 1 9.316 4.439Z" /> | ||
| 8 | </Icon> | ||
| 9 | ); | ||
| 10 | } | ||
