@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.54 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $14bv5$jsx} from "react/jsx-runtime";
import {forwardRef as $14bv5$forwardRef} from "react";
const $c675d618a878a92e$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $14bv5$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $14bv5$jsx)("path", {
fill: "var(--iconPrimary, #292929)",
d: "M17.25 18H2.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h14.5c.414 0 .75.336.75.75s-.336.75-.75.75M6.75 15c-.414 0-.75-.336-.75-.75V10c0-.414.336-.75.75-.75s.75.336.75.75v4.25c0 .414-.336.75-.75.75M3.75 15c-.414 0-.75-.336-.75-.75v-2c0-.414.336-.75.75-.75s.75.336.75.75v2c0 .414-.336.75-.75.75M9.75 15c-.414 0-.75-.336-.75-.75V7.5c0-.414.336-.75.75-.75s.75.336.75.75v6.75c0 .414-.336.75-.75.75M12.75 15c-.414 0-.75-.336-.75-.75V5c0-.414.336-.75.75-.75s.75.336.75.75v9.25c0 .414-.336.75-.75.75M15.75 15c-.414 0-.75-.336-.75-.75V2.75c0-.414.336-.75.75-.75s.75.336.75.75v11.5c0 .414-.336.75-.75.75"
})
});
const $c675d618a878a92e$var$ForwardRef = /*#__PURE__*/ (0, $14bv5$forwardRef)($c675d618a878a92e$var$SvgComponent);
var $c675d618a878a92e$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($c675d618a878a92e$var$ForwardRef);
export {$c675d618a878a92e$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ChartBarVert.mjs.map