saleor-dashboard/src/icons/Moon.tsx

25 lines
2.9 KiB
TypeScript
Raw Normal View History

2019-06-19 14:40:52 +00:00
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
2019-08-09 10:26:22 +00:00
import React from "react";
2019-06-19 14:40:52 +00:00
export const Moon = createSvgIcon(
<>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.0655 5.30973C13.4126 5.10839 12.719 5 12 5C12 5 11.9999 5 11.9999 5C8.13393 5.00008 5 8.13406 5 12C5 15.866 8.13401 19 12 19C14.2894 19 16.3222 17.9009 17.5993 16.2016C18.0167 15.6462 18.3535 15.0267 18.592 14.3605C18.0639 14.7043 17.4681 14.9528 16.8288 15.0815C16.5022 15.1473 16.1642 15.1818 15.8182 15.1818C13.0066 15.1818 10.7273 12.9025 10.7273 10.0909C10.7273 8.57908 11.3863 7.22118 12.4327 6.28877C12.9061 5.86696 13.4587 5.53224 14.0655 5.30973ZM10.6023 6.44449C8.1148 7.06832 6.27273 9.31904 6.27273 12C6.27273 15.1631 8.83691 17.7273 12 17.7273C13.3653 17.7273 14.6199 17.2494 15.6047 16.451C12.189 16.3384 9.45455 13.534 9.45455 10.0909C9.45455 8.73384 9.87918 7.47674 10.6023 6.44449Z"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.0939 5.06409L16.4401 6.17832C16.5921 6.66733 16.7448 6.94152 16.9347 7.12546C17.1241 7.30902 17.3824 7.43385 17.8148 7.55776L18.8143 7.84411L17.8258 8.16617C17.3582 8.31851 17.0867 8.46795 16.8981 8.65895C16.7101 8.84927 16.5749 9.11045 16.4404 9.54803L16.1485 10.4979L15.8344 9.55511C15.6913 9.12551 15.5463 8.8673 15.3525 8.67564C15.1563 8.48153 14.8837 8.32944 14.4342 8.16175L13.5366 7.82696L14.4561 7.55823C14.9417 7.41633 15.2209 7.27663 15.4081 7.09183C15.5911 6.91108 15.7198 6.65358 15.8266 6.19982L16.0939 5.06409ZM16.1563 7.1462C16.0736 7.29388 15.9751 7.42623 15.8551 7.5447C15.7144 7.6836 15.5515 7.79601 15.3654 7.89172C15.5275 7.98816 15.6716 8.09619 15.8 8.22321C15.9263 8.3481 16.0326 8.48652 16.1253 8.64156C16.2146 8.48253 16.3188 8.33986 16.4453 8.21174C16.5745 8.081 16.7213 7.97117 16.8884 7.87508C16.7436 7.79394 16.6117 7.6986 16.4918 7.58249C16.362 7.45668 16.2523 7.31226 16.1563 7.1462Z"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.8213 10.155L15.1675 11.2692C15.2561 11.5543 15.3397 11.6951 15.4313 11.7839C15.5225 11.8722 15.6533 11.9399 15.9059 12.0123L16.9053 12.2987L15.9168 12.6207C15.6441 12.7096 15.5037 12.7913 15.4113 12.8848C15.3196 12.9776 15.2461 13.1115 15.1678 13.3662L14.8759 14.316L14.5618 13.3733C14.4791 13.1249 14.4002 12.9911 14.3039 12.8959C14.2052 12.7982 14.0616 12.7146 13.7979 12.6163L12.9004 12.2815L13.8199 12.0128C14.1052 11.9294 14.2479 11.8528 14.3373 11.7645C14.4227 11.6803 14.4923 11.5526 14.554 11.2907L14.8213 10.155ZM14.8759 12.1156C14.8477 12.151 14.8173 12.1849 14.7844 12.2174C14.7381 12.2631 14.6886 12.3042 14.636 12.3416C14.6762 12.3733 14.7147 12.4071 14.7514 12.4434C14.7883 12.4799 14.8224 12.5179 14.8542 12.5576C14.8862 12.5159 14.9208 12.4758 14.9586 12.4376C14.9986 12.3971 15.0409 12.3599 15.0855 12.3253C15.0521 12.2992 15.0197 12.2712 14.9885 12.2409C14.9479 12.2016 14.9106 12.1599 14.8759 12.1156Z"
/>
</>
);
Moon.displayName = "Moon";
export default Moon;