@react-spectrum/s2
Version:
Spectrum 2 UI components in React
36 lines (29 loc) • 2.28 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $8IlvI$jsxs, jsx as $8IlvI$jsx} from "react/jsx-runtime";
import {forwardRef as $8IlvI$forwardRef} from "react";
const $b2967572f8ede8d5$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $8IlvI$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $8IlvI$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M12.35 6.75c0 .608-.492 1.1-1.1 1.1s-1.1-.492-1.1-1.1.492-1.1 1.1-1.1 1.1.492 1.1 1.1"
}),
/*#__PURE__*/ (0, $8IlvI$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13.982 3H2.938C1.847 3 .96 3.848.96 4.89v7.22c0 1.042.887 1.89 1.978 1.89h11.044c1.091 0 1.978-.848 1.978-1.89V4.89c0-1.042-.887-1.89-1.978-1.89M2.938 4.5h11.044c.26 0 .478.179.478.39v5.734l-1.333-1.346c-.757-.763-2.076-.762-2.831 0l-1.077 1.089-2.747-2.769c-.755-.763-2.076-.762-2.83 0L2.46 8.792V4.89c0-.211.219-.39.477-.39m0 8c-.26 0-.478-.179-.478-.39v-1.185l2.247-2.271c.19-.189.512-.19.7 0l2.689 2.715c.597.604 1.642.607 2.242 0l1.024-1.035c.187-.188.511-.19.699 0l2.11 2.132q-.087.033-.189.034z"
}),
/*#__PURE__*/ (0, $8IlvI$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M17.068 17H5.25c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h11.818c.239 0 .432-.175.432-.39V6.75c0-.414.336-.75.75-.75s.75.336.75.75v8.36c0 1.042-.866 1.89-1.932 1.89"
})
]
});
const $b2967572f8ede8d5$var$ForwardRef = /*#__PURE__*/ (0, $8IlvI$forwardRef)($b2967572f8ede8d5$var$SvgComponent);
var $b2967572f8ede8d5$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($b2967572f8ede8d5$var$ForwardRef);
export {$b2967572f8ede8d5$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Images.mjs.map