@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.24 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $0Slti$jsx} from "react/jsx-runtime";
import {forwardRef as $0Slti$forwardRef} from "react";
const $4e1c56f310ffe5da$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $0Slti$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $0Slti$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M17.25 2H13c-.414 0-.75.336-.75.75s.336.75.75.75h2.44L2.344 16.594c-.293.293-.293.768 0 1.06.147.147.339.22.53.22s.384-.073.53-.22L16.5 4.562V7c0 .414.336.75.75.75S18 7.414 18 7V2.75c0-.414-.336-.75-.75-.75"
})
});
const $4e1c56f310ffe5da$var$ForwardRef = /*#__PURE__*/ (0, $0Slti$forwardRef)($4e1c56f310ffe5da$var$SvgComponent);
var $4e1c56f310ffe5da$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($4e1c56f310ffe5da$var$ForwardRef);
export {$4e1c56f310ffe5da$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ArrowHeadTool.mjs.map