UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

16 lines 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = DotIcon; const tslib_1 = require("tslib"); const react_1 = tslib_1.__importDefault(require("react")); /** * SVG circle. * * @example * <DotIcon /> */ function DotIcon() { return (react_1.default.createElement("svg", { width: "6", height: "6", viewBox: "0 0 6 6", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, react_1.default.createElement("circle", { cx: "3", cy: "3", r: "3", fill: "currentColor" }))); } //# sourceMappingURL=DotIcon.js.map