@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 980 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowOutShare32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M18.793 9.243a1 1 0 1 0 1.414-1.414l-3.535-3.536-.708-.707-.707.707-3.535 3.536a1 1 0 0 0 1.414 1.414L15 7.379V20a1 1 0 0 0 2 0V7.45zM6 16a4 4 0 0 1 4-4h1.077a1 1 0 1 1 0 2H10a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-.692a1 1 0 0 1 0-2H22a4 4 0 0 1 4 4v7a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(r);
export {
s as default
};
//# sourceMappingURL=IconArrowOutShare32.es.js.map