@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowOutShare12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.474 3.354a.5.5 0 0 1-.707 0L6.5 2.087v5.681a.5.5 0 0 1-1 0V2.085L4.231 3.354a.5.5 0 0 1-.707-.707L5.645.525 6 .172l.353.353 2.122 2.122a.5.5 0 0 1 0 .707M1 6.5A1.5 1.5 0 0 1 2.5 5h.875a.5.5 0 0 1 0 1H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-.875a.5.5 0 1 1 0-1H9.5A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowOutShare12.es.js.map