@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 991 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlusFrame20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.5 3.5h-13a1 1 0 0 0-1 1v1h15v-1a1 1 0 0 0-1-1m1 3.5h-15v8.5a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1zm-14-5A2.5 2.5 0 0 0 1 4.5v11A2.5 2.5 0 0 0 3.5 18h13a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 16.5 2zm7.334 7.139a.75.75 0 0 0-1.5 0v1.694H7.639a.75.75 0 0 0 0 1.5h1.695v1.528a.75.75 0 0 0 1.5 0v-1.528h1.527a.75.75 0 0 0 0-1.5h-1.527z",
clipRule: "evenodd"
}
)
}
);
}
const o = a(r);
export {
o as default
};
//# sourceMappingURL=IconPlusFrame20.es.js.map