@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.36 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $WYUmU$jsx} from "react/jsx-runtime";
import {forwardRef as $WYUmU$forwardRef} from "react";
const $d9a4cfe9e0005c8a$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $WYUmU$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $WYUmU$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.75 2.993H3.25C2.01 2.993 1 4.003 1 5.243v9.5c0 1.24 1.01 2.25 2.25 2.25h13.5c1.24 0 2.25-1.01 2.25-2.25v-9.5c0-1.24-1.01-2.25-2.25-2.25m-.42 1.5-5.838 5.083c-.28.244-.704.244-.985 0L3.67 4.493zm.42 11H3.25c-.413 0-.75-.337-.75-.75V5.462l6.021 5.245c.422.367.95.55 1.479.55s1.057-.183 1.478-.55L17.5 5.462v9.281c0 .413-.337.75-.75.75"
})
});
const $d9a4cfe9e0005c8a$var$ForwardRef = /*#__PURE__*/ (0, $WYUmU$forwardRef)($d9a4cfe9e0005c8a$var$SvgComponent);
var $d9a4cfe9e0005c8a$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($d9a4cfe9e0005c8a$var$ForwardRef);
export {$d9a4cfe9e0005c8a$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Email.mjs.map