@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.15 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMediaObjectRatio1To224",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 4.5h1A1.5 1.5 0 0 1 7.5 6v12A1.5 1.5 0 0 1 6 19.5H5A1.5 1.5 0 0 1 3.5 18V6A1.5 1.5 0 0 1 5 4.5M2 6a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm9.032-.25a.75.75 0 0 1 .75-.75h9.452a.75.75 0 0 1 0 1.5h-9.452a.75.75 0 0 1-.75-.75m0 6a.75.75 0 0 1 .75-.75h9.452a.75.75 0 0 1 0 1.5h-9.452a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h5.41a.75.75 0 0 0 0-1.5zm-.75 6.75a.75.75 0 0 1 .75-.75h5.41a.75.75 0 0 1 0 1.5h-5.41a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const n = t(o);
export {
n as default
};
//# sourceMappingURL=IconMediaObjectRatio1To224.es.js.map