@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.44 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $bOnxT$jsx} from "react/jsx-runtime";
import {forwardRef as $bOnxT$forwardRef} from "react";
const $424a35c4210090c3$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $bOnxT$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $bOnxT$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 18.75c-3.848 0-6.75-2.703-6.75-6.288 0-2.736 2.32-5.784 4.365-8.474.655-.86 1.273-1.67 1.761-2.404.277-.418.97-.418 1.248 0 .488.733 1.106 1.545 1.76 2.404 2.047 2.69 4.366 5.738 4.366 8.474 0 3.585-2.902 6.288-6.75 6.288m0-15.441c-.37.508-.772 1.039-1.19 1.587-1.904 2.501-4.06 5.335-4.06 7.566 0 2.774 2.208 4.788 5.25 4.788s5.25-2.014 5.25-4.788c0-2.23-2.156-5.065-4.06-7.566-.418-.548-.82-1.079-1.19-1.587"
})
});
const $424a35c4210090c3$var$ForwardRef = /*#__PURE__*/ (0, $bOnxT$forwardRef)($424a35c4210090c3$var$SvgComponent);
var $424a35c4210090c3$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($424a35c4210090c3$var$ForwardRef);
export {$424a35c4210090c3$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Blur.mjs.map