@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowOutShare16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.829 5.354a.5.5 0 0 1-.708 0L8.5 3.732v6.854a.5.5 0 0 1-1 0V3.733l-1.621 1.62a.5.5 0 1 1-.707-.706l2.475-2.475L8 1.818l.354.354 2.475 2.475a.5.5 0 0 1 0 .707M3 9a2 2 0 0 1 2-2h.375a.5.5 0 1 1 0 1H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-.375a.5.5 0 0 1 0-1H11a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(r);
export {
s as default
};
//# sourceMappingURL=IconArrowOutShare16.es.js.map