@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.48 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $1AcyS$jsx} from "react/jsx-runtime";
import {forwardRef as $1AcyS$forwardRef} from "react";
const $995f5ceaa57c1e24$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1AcyS$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $1AcyS$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.393 11.822c-.326-1.6-1.439-2.903-2.915-3.576.62-.92.85-2.04.631-3.134C12.75 3.31 11.12 2 9.232 2H5.125C4.504 2 4 2.504 4 3.125v13.75C4 17.496 4.504 18 5.125 18h5.197c1.57 0 3.036-.693 4.026-1.902.973-1.192 1.354-2.75 1.045-4.276M6.25 4.25h2.982c.818 0 1.52.548 1.67 1.304.113.56-.035 1.137-.403 1.588-.317.386-.755.608-1.2.608H6.25zm6.355 10.424c-.56.683-1.391 1.076-2.283 1.076H6.25V10h3.928c1.476 0 2.743.954 3.01 2.27.176.874-.03 1.728-.583 2.404"
})
});
const $995f5ceaa57c1e24$var$ForwardRef = /*#__PURE__*/ (0, $1AcyS$forwardRef)($995f5ceaa57c1e24$var$SvgComponent);
var $995f5ceaa57c1e24$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($995f5ceaa57c1e24$var$ForwardRef);
export {$995f5ceaa57c1e24$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=TagBold.mjs.map