@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 919 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPlusFrame32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25 6H7a2 2 0 0 0-2 2v1h22V8a2 2 0 0 0-2-2m2 5H5v13a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2zM7 4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h18a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm9.875 11a1 1 0 1 0-2 0v2.375H12.5a1 1 0 1 0 0 2h2.375V22a1 1 0 1 0 2 0v-2.625H19.5a1 1 0 1 0 0-2h-2.625z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(r);
export {
o as default
};
//# sourceMappingURL=IconPlusFrame32.es.js.map