@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.61 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $aEuR7$jsx} from "react/jsx-runtime";
import {forwardRef as $aEuR7$forwardRef} from "react";
const $977e738b26b3000f$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $aEuR7$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $aEuR7$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M17.69 2.678c-.195-.14-.447-.18-.675-.105l-.587.195c-1.096.305-2.25.285-3.337-.067l-2.727-.88c-1.21-.39-2.504-.459-3.741-.195l-2.123.45V1.75c0-.414-.336-.75-.75-.75S3 1.336 3 1.75v16.5c0 .414.336.75.75.75s.75-.336.75-.75v-4.617l2.433-.516c.984-.206 2.01-.154 2.97.156l2.728.881c.725.234 1.474.352 2.228.352.67 0 1.343-.093 2.006-.28l.62-.205c.307-.1.515-.387.515-.711V3.285c0-.24-.115-.467-.31-.607m-1.19 10.09-.073.024c-1.093.309-2.248.285-3.336-.065l-2.727-.881c-1.208-.39-2.501-.456-3.741-.196L4.5 12.1V3.608l2.434-.515c.982-.208 2.01-.154 2.969.156l2.727.88c1.25.404 2.572.462 3.87.166z"
})
});
const $977e738b26b3000f$var$ForwardRef = /*#__PURE__*/ (0, $aEuR7$forwardRef)($977e738b26b3000f$var$SvgComponent);
var $977e738b26b3000f$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($977e738b26b3000f$var$ForwardRef);
export {$977e738b26b3000f$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Flag.mjs.map