@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.66 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $WNN4t$jsx} from "react/jsx-runtime";
import {forwardRef as $WNN4t$forwardRef} from "react";
const $9e9b56efba7b18d0$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $WNN4t$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $WNN4t$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 19c-2.068 0-3.75-1.682-3.75-3.75v-4.209c0-2.068 1.682-3.75 3.75-3.75.28 0 .56.031.832.093.403.09.657.492.566.896-.09.405-.49.66-.897.567Q10.253 8.79 10 8.79c-1.24 0-2.25 1.01-2.25 2.25v4.209c0 1.24 1.01 2.25 2.25 2.25s2.25-1.01 2.25-2.25v-1.709c0-.414.336-.75.75-.75s.75.336.75.75v1.709c0 2.068-1.682 3.75-3.75 3.75m3.75-9.959V4.883c0-2.068-1.682-3.75-3.75-3.75s-3.75 1.682-3.75 3.75V6.54c0 .414.336.75.75.75s.75-.336.75-.75V4.883c0-1.24 1.01-2.25 2.25-2.25s2.25 1.01 2.25 2.25V9.04c0 1.24-1.01 2.25-2.25 2.25q-.253 0-.501-.056c-.403-.092-.806.163-.897.567s.163.805.566.896c.273.062.553.093.832.093 2.068 0 3.75-1.682 3.75-3.75"
})
});
const $9e9b56efba7b18d0$var$ForwardRef = /*#__PURE__*/ (0, $WNN4t$forwardRef)($9e9b56efba7b18d0$var$SvgComponent);
var $9e9b56efba7b18d0$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($9e9b56efba7b18d0$var$ForwardRef);
export {$9e9b56efba7b18d0$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=LinkVertical.mjs.map