@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.16 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMediaObjectRatio1To220",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.5 3.5h1a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1M2 4.5A2.5 2.5 0 0 1 4.5 2h1A2.5 2.5 0 0 1 8 4.5v11A2.5 2.5 0 0 1 5.5 18h-1A2.5 2.5 0 0 1 2 15.5zm8.027-.75a.75.75 0 0 1 .75-.75h7.459a.75.75 0 1 1 0 1.5h-7.459a.75.75 0 0 1-.75-.75m0 6a.75.75 0 0 1 .75-.75h7.459a.75.75 0 1 1 0 1.5h-7.459a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h4.987a.75.75 0 0 0 0-1.5zm-.75 6.75a.75.75 0 0 1 .75-.75h4.987a.75.75 0 0 1 0 1.5h-4.987a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const m = t(o);
export {
m as default
};
//# sourceMappingURL=IconMediaObjectRatio1To220.es.js.map