@react-spectrum/s2
Version:
Spectrum 2 UI components in React
38 lines (26 loc) • 1.64 kB
JavaScript
var $bde97c91243ed164$exports = require("./Icon.cjs");
var $kZWJF$reactjsxruntime = require("react/jsx-runtime");
var $kZWJF$react = require("react");
function $parcel$defineInteropFlag(a) {
Object.defineProperty(a, '__esModule', {value: true, configurable: true});
}
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$defineInteropFlag(module.exports);
$parcel$export(module.exports, "default", () => $b03401d9b9c438dd$export$2e2bcd8739ae039);
const $b03401d9b9c438dd$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $kZWJF$reactjsxruntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $kZWJF$reactjsxruntime.jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.649 9.974c0-.295-.172-.563-.443-.683L4.058 2.933c-.257-.115-.557-.077-.776.098-.22.177-.323.46-.267.736l1.272 6.241-1.222 6.23c-.049.247.03.5.205.675q.031.03.065.058c.221.174.52.211.776.095l14.098-6.408c.268-.122.44-.39.44-.684m-4.243-.747-8.742.027L4.777 4.9zm-9.589 5.87.852-4.344 8.763-.027z"
})
});
const $b03401d9b9c438dd$var$ForwardRef = /*#__PURE__*/ (0, $kZWJF$react.forwardRef)($b03401d9b9c438dd$var$SvgComponent);
var $b03401d9b9c438dd$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $bde97c91243ed164$exports.createIcon)($b03401d9b9c438dd$var$ForwardRef);
//# sourceMappingURL=Send.cjs.map