'use client'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; export const Info = () => { return /*#__PURE__*/_jsxs("svg", { fill: "none", height: "26", viewBox: "0 0 26 26", width: "26", xmlns: "http://www.w3.org/2000/svg", children: [/*#__PURE__*/_jsx("path", { d: "M13 21C17.4183 21 21 17.4183 21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21Z", fill: "var(--theme-elevation-500)" }), /*#__PURE__*/_jsx("path", { d: "M13 16.1998V12.9998M13 9.7998H13.0077", stroke: "var(--theme-elevation-50)", strokeLinecap: "round", strokeLinejoin: "round" })] }); }; //# sourceMappingURL=Info.js.map