@stakefish/ui
Version:
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
9 lines (6 loc) • 799 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsx } from 'react/jsx-runtime';
var InfoCircle = function () {
return (jsx("svg", __assign({ viewBox: "0 0 32 32" }, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM15.9987 14C14.973 14 14.1277 14.7721 14.0122 15.7668L13.9987 16V24C13.9987 25.1046 14.8941 26 15.9987 26C17.0244 26 17.8697 25.2279 17.9852 24.2332L17.9987 24V16C17.9987 14.8954 17.1033 14 15.9987 14ZM15.9987 6C14.8941 6 13.9987 6.89543 13.9987 8C13.9987 9.10457 14.8941 10 15.9987 10C17.1033 10 17.9987 9.10457 17.9987 8C17.9987 6.89543 17.1033 6 15.9987 6Z" }, void 0) }), void 0));
};
export { InfoCircle as default };