@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconArrowStretchBox16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 3h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1M1 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm4.584 4.5 1.27 1.27a.5.5 0 0 1-.708.706l-2.12-2.121L3.671 8l.353-.353 2.121-2.122a.5.5 0 1 1 .708.708L5.587 7.5h4.819l-1.26-1.26a.5.5 0 1 1 .708-.706l2.12 2.121.354.354-.353.353-2.121 2.122a.5.5 0 0 1-.708-.708L10.423 8.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = r(o);
export {
n as default
};
//# sourceMappingURL=IconArrowStretchBox16.es.js.map