@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.18 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $1fRSV$jsx} from "react/jsx-runtime";
import {forwardRef as $1fRSV$forwardRef} from "react";
const $7669971325c0832f$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1fRSV$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $1fRSV$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M2.875 17.875c-.191 0-.383-.073-.53-.22-.293-.293-.293-.767 0-1.06L16.366 2.573c.293-.293.768-.293 1.06 0s.294.768 0 1.06L3.407 17.656c-.147.147-.339.22-.53.22"
})
});
const $7669971325c0832f$var$ForwardRef = /*#__PURE__*/ (0, $1fRSV$forwardRef)($7669971325c0832f$var$SvgComponent);
var $7669971325c0832f$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($7669971325c0832f$var$ForwardRef);
export {$7669971325c0832f$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Line.mjs.map