@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.53 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $1whOn$jsx} from "react/jsx-runtime";
import {forwardRef as $1whOn$forwardRef} from "react";
const $89554842fd427587$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1whOn$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $1whOn$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18 7.204c-.414 0-.75-.336-.75-.75V2.828l-.494.21c-.378.158-.821-.018-.983-.401-.16-.381.019-.822.4-.983l1.536-.647c.23-.098.496-.072.706.066.209.139.335.374.335.625v4.756c0 .414-.336.75-.75.75M12.5 2h-9C2.26 2 1.25 3.01 1.25 4.25v1.11c0 .414.336.75.75.75s.75-.336.75-.75V4.25c0-.413.337-.75.75-.75h3.75v13H5.63c-.414 0-.75.336-.75.75s.336.75.75.75h4.64c.414 0 .75-.336.75-.75s-.336-.75-.75-.75H8.75v-13h3.75c.413 0 .75.337.75.75v1.11c0 .414.336.75.75.75s.75-.336.75-.75V4.25C14.75 3.01 13.74 2 12.5 2"
})
});
const $89554842fd427587$var$ForwardRef = /*#__PURE__*/ (0, $1whOn$forwardRef)($89554842fd427587$var$SvgComponent);
var $89554842fd427587$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($89554842fd427587$var$ForwardRef);
export {$89554842fd427587$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=TextSuperscript.mjs.map