@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 917 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(a) {
return /* @__PURE__ */ e(
"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: "IconPlusFrame16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 3H3a1 1 0 0 0-1 1v1h12V4a1 1 0 0 0-1-1m1 3H2v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zM3 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm5.464 5.5a.5.5 0 0 0-1 0v1.464H6a.5.5 0 0 0 0 1h1.464V11.5a.5.5 0 0 0 1 0V9.964H10a.5.5 0 0 0 0-1H8.464z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(r);
export {
o as default
};
//# sourceMappingURL=IconPlusFrame16.es.js.map