styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 2.37 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Planet = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M4.633 17.117c-.374.689-.594 1.516-.377 1.76.23.262.918.281 1.942-.021a8.976 8.976 0 01-1.565-1.739zm3.716.845c1.546-.794 3.426-2.043 5.488-3.876 2.065-1.834 3.527-3.553 4.498-4.994a7.2 7.2 0 00-.351-.667c-1.274-2.132-3.51-3.405-5.983-3.405a6.994 6.994 0 00-3.589.999 6.931 6.931 0 00-3.195 4.286 6.932 6.932 0 00.789 5.286 6.969 6.969 0 002.343 2.371zM19.474 7.067c.421-.982.483-1.668.252-1.929-.229-.259-.505-.356-.861-.323-.232.025-.577.137-1.008.399a9.059 9.059 0 011.617 1.853zm-4.309 8.515a31.627 31.627 0 01-4.413 3.292c.404.072.815.122 1.237.122a6.998 6.998 0 003.59-.999 6.928 6.928 0 003.388-6.411c-1.08 1.37-2.391 2.743-3.802 3.996z", key: "k0" }),
React.createElement("path", { d: "M2.76 20.205c.517.581 1.257.841 2.147.841.975 0 2.133-.319 3.373-.86a8.947 8.947 0 003.709.811 8.986 8.986 0 004.616-1.282 8.915 8.915 0 004.107-5.515 8.904 8.904 0 00-.163-4.908c1.31-2.236 1.753-4.263.672-5.48-.661-.744-1.58-1.091-2.575-.983-.831.09-1.686.501-2.548 1.191a8.922 8.922 0 00-8.712.282 8.917 8.917 0 00-4.109 5.515 8.892 8.892 0 00.306 5.325c-1.065 1.204-2.054 3.677-.823 5.063zm1.496-1.328c-.217-.244.003-1.07.377-1.76a9.009 9.009 0 001.565 1.739c-1.024.302-1.712.283-1.942.021zm14.517-5.165a6.928 6.928 0 01-3.194 4.285 6.998 6.998 0 01-3.59.999c-.422 0-.833-.05-1.237-.122a31.627 31.627 0 004.413-3.292c1.411-1.253 2.722-2.626 3.803-3.996a6.939 6.939 0 01-.195 2.126zm.091-8.897c.356-.033.632.064.861.323.231.261.169.946-.252 1.929a9.059 9.059 0 00-1.617-1.853c.431-.262.776-.373 1.008-.399zm-13.647 5.49a6.931 6.931 0 013.195-4.286 6.994 6.994 0 013.589-.999c2.473 0 4.709 1.273 5.983 3.405.13.218.245.44.351.667-.971 1.441-2.433 3.16-4.498 4.994-2.063 1.833-3.942 3.082-5.488 3.876a6.978 6.978 0 01-2.343-2.371 6.933 6.933 0 01-.789-5.286z", key: "k1" })));
});
Planet.displayName = 'Planet';
export var PlanetDimensions = { height: 24, width: 24 };