@react-spectrum/s2
Version:
Spectrum 2 UI components in React
33 lines (25 loc) • 1.63 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $49lKp$jsxs, jsx as $49lKp$jsx} from "react/jsx-runtime";
import {forwardRef as $49lKp$forwardRef} from "react";
const $18660b7f618a0d46$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $49lKp$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $49lKp$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 18.78c-4.825 0-8.75-3.926-8.75-8.75S5.175 1.28 10 1.28s8.75 3.924 8.75 8.75-3.925 8.75-8.75 8.75m0-16c-3.998 0-7.25 3.251-7.25 7.25s3.252 7.25 7.25 7.25 7.25-3.253 7.25-7.25S13.998 2.78 10 2.78"
}),
/*#__PURE__*/ (0, $49lKp$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 14.384c0 .653.615 1.121 1.251.973 2.435-.566 4.249-2.75 4.249-5.357s-1.814-4.79-4.249-5.357c-.636-.148-1.251.32-1.251.973z"
})
]
});
const $18660b7f618a0d46$var$ForwardRef = /*#__PURE__*/ (0, $49lKp$forwardRef)($18660b7f618a0d46$var$SvgComponent);
var $18660b7f618a0d46$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($18660b7f618a0d46$var$ForwardRef);
export {$18660b7f618a0d46$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Contrast.mjs.map