@react-spectrum/s2
Version:
Spectrum 2 UI components in React
43 lines (32 loc) • 2.11 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $enJLp$reactjsxruntime = require("react/jsx-runtime");
var $enJLp$react = require("react");
function $parcel$defineInteropFlag(a) {
Object.defineProperty(a, '__esModule', {value: true, configurable: true});
}
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$defineInteropFlag(module.exports);
$parcel$export(module.exports, "default", () => $0ed6e07b499b9797$export$2e2bcd8739ae039);
const $0ed6e07b499b9797$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $enJLp$reactjsxruntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $enJLp$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 18.75c-4.825 0-8.75-3.925-8.75-8.75S5.175 1.25 10 1.25s8.75 3.925 8.75 8.75-3.925 8.75-8.75 8.75m0-16c-3.998 0-7.25 3.252-7.25 7.25s3.252 7.25 7.25 7.25 7.25-3.252 7.25-7.25S13.998 2.75 10 2.75"
}),
/*#__PURE__*/ (0, $enJLp$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 5.26c.231-.008.456.074.627.229.33.365.33.921 0 1.286-.17.159-.395.243-.626.235-.237.01-.466-.08-.633-.248-.162-.168-.25-.394-.242-.627-.012-.235.07-.465.228-.64.174-.164.408-.25.647-.235M10 15.063c-.414 0-.75-.336-.75-.75V9.478c0-.415.336-.75.75-.75s.75.335.75.75v4.835c0 .414-.336.75-.75.75"
})
]
});
const $0ed6e07b499b9797$var$ForwardRef = /*#__PURE__*/ (0, $enJLp$react.forwardRef)($0ed6e07b499b9797$var$SvgComponent);
var $0ed6e07b499b9797$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($0ed6e07b499b9797$var$ForwardRef);
//# sourceMappingURL=InfoCircle.cjs.map