@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) • 882 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsx } from 'react/jsx-runtime';
var ErrorCircle = function () {
return (jsx("svg", __assign({ viewBox: "0 0 32 32" }, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 25.3333C14.8973 25.3333 14 24.436 14 23.3333C14 22.2307 14.8973 21.3333 16 21.3333C17.1027 21.3333 18 22.2307 18 23.3333C18 24.436 17.1027 25.3333 16 25.3333ZM14.592 7.26255C15.3373 6.49321 16.6627 6.49321 17.408 7.26255C17.78 7.64655 17.9747 8.15321 17.9587 8.68788L17.6773 17.6972C17.6573 18.2425 17.2173 18.6665 16.6773 18.6665H15.3227C14.7827 18.6665 14.3427 18.2425 14.3227 17.7012L14.0413 8.68655C14.0253 8.15321 14.22 7.64655 14.592 7.26255ZM16 0C7.164 0 0 7.164 0 16C0 24.836 7.164 32 16 32C24.836 32 32 24.836 32 16C32 7.164 24.836 0 16 0Z" }, void 0) }), void 0));
};
export { ErrorCircle as default };