@react-spectrum/s2
Version:
Spectrum 2 UI components in React
33 lines (25 loc) • 2.06 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $k2CqH$jsxs, jsx as $k2CqH$jsx} from "react/jsx-runtime";
import {forwardRef as $k2CqH$forwardRef} from "react";
const $86720883c6daa587$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $k2CqH$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $k2CqH$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M14.75 18h-9.5C4.01 18 3 16.99 3 15.75V3.25C3 2.01 4.01 1 5.25 1h9.5C15.99 1 17 2.01 17 3.25v12.5c0 1.24-1.01 2.25-2.25 2.25M5.25 2.5c-.413 0-.75.336-.75.75v12.5c0 .414.337.75.75.75h9.5c.413 0 .75-.336.75-.75V3.25c0-.414-.337-.75-.75-.75z"
}),
/*#__PURE__*/ (0, $k2CqH$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M9.651 15.267q-.257 0-.512-.108c-.58-.25-.873-.852-.713-1.463l.589-2.218H6.88c-.452 0-.87-.245-1.09-.64-.222-.394-.213-.878.023-1.263l3.468-5.346c.322-.523.956-.728 1.541-.483.582.245.881.844.727 1.457L10.95 7.5h2.17c.461 0 .883.252 1.1.658.22.406.197.897-.057 1.282l-3.48 5.252c-.23.368-.62.575-1.032.575m-.223-1.395-.005.007zM7.34 9.978h2c.39 0 .752.178.99.488.24.31.318.704.218 1.082l-.28 1.054L12.656 9h-2.028c-.39 0-.75-.177-.988-.485-.24-.309-.32-.702-.222-1.079l.287-1.104zM13.12 9h.01zM10.55 5.03l-.005.007z"
})
]
});
const $86720883c6daa587$var$ForwardRef = /*#__PURE__*/ (0, $k2CqH$forwardRef)($86720883c6daa587$var$SvgComponent);
var $86720883c6daa587$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($86720883c6daa587$var$ForwardRef);
export {$86720883c6daa587$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Template.mjs.map