@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function m(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: "IconMediaObjectImage32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M15 7H7a2 2 0 0 0-2 2v10.234l3.486-2.092.509-.305.512.301L17 21.546V9a2 2 0 0 0-2-2m1.845 16.775-7.84-4.612L5 21.566V23a2 2 0 0 0 2 2h8a2 2 0 0 0 1.845-1.225M7 5a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4zm14 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m1 3a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6",
clipRule: "evenodd"
}
)
}
);
}
const n = t(m);
export {
n as default
};
//# sourceMappingURL=IconMediaObjectImage32.es.js.map