@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.51 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $hd7VQ$jsx} from "react/jsx-runtime";
import {forwardRef as $hd7VQ$forwardRef} from "react";
const $21ffdae789452120$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $hd7VQ$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $hd7VQ$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 2H4.25C3.01 2 2 3.01 2 4.25v11.5C2 16.99 3.01 18 4.25 18h11.5c1.24 0 2.25-1.01 2.25-2.25V4.25C18 3.01 16.99 2 15.75 2m.75 2.25v2.625h-3.375V3.5h2.625c.414 0 .75.337.75.75m-8.375 7.625v-3.75h3.75v3.75zm3.75 1.25V16.5h-3.75v-3.375zm-5-1.25H3.5v-3.75h3.375zm1.25-5V3.5h3.75v3.375zm5 1.25H16.5v3.75h-3.375zM4.25 3.5h2.625v3.375H3.5V4.25c0-.413.336-.75.75-.75M3.5 15.75v-2.625h3.375V16.5H4.25c-.414 0-.75-.337-.75-.75m12.25.75h-2.625v-3.375H16.5v2.625c0 .413-.336.75-.75.75"
})
});
const $21ffdae789452120$var$ForwardRef = /*#__PURE__*/ (0, $hd7VQ$forwardRef)($21ffdae789452120$var$SvgComponent);
var $21ffdae789452120$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($21ffdae789452120$var$ForwardRef);
export {$21ffdae789452120$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=GridTypeLines.mjs.map