@icongo/li
Version:
LibreICONS Icons
14 lines • 772 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIScifiAlien = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M6.999 1C4.082 1 1.714 3.254 1.714 6.033 1.714 8.814 5.633 13 7 13c1.368 0 5.287-4.186 5.287-6.967C12.286 3.254 9.919 1 6.999 1zm-.847 8.137c-.24.24-1.07-.205-1.853-1-.784-.792-1.224-1.63-.985-1.872.239-.243 1.069.203 1.852.996.782.794 1.225 1.631.986 1.876zm1.68-.006c-.243-.242.204-1.08.999-1.872.794-.792 1.633-1.238 1.877-.994.242.24-.205 1.077-1 1.869-.794.792-1.635 1.237-1.877.997z"
})
}));
export { LIScifiAlien };