@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.24 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $28mYX$jsx} from "react/jsx-runtime";
import {forwardRef as $28mYX$forwardRef} from "react";
const $e59ae2a33cca2ebf$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $28mYX$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $28mYX$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M3.755 7.243c.287-.299.762-.308 1.06-.02l5.183 4.986 5.197-4.999c.298-.288.773-.278 1.06.02.287.297.278.773-.02 1.06l-5.717 5.5c-.29.28-.75.28-1.04 0L3.776 8.303c-.153-.147-.23-.344-.23-.54 0-.188.07-.375.21-.52"
})
});
const $e59ae2a33cca2ebf$var$ForwardRef = /*#__PURE__*/ (0, $28mYX$forwardRef)($e59ae2a33cca2ebf$var$SvgComponent);
var $e59ae2a33cca2ebf$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($e59ae2a33cca2ebf$var$ForwardRef);
export {$e59ae2a33cca2ebf$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ChevronDown.mjs.map