@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.08 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconMediaObjectVideo24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 4.5h6.5A1.5 1.5 0 0 1 13 6v12a1.5 1.5 0 0 1-1.5 1.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-3h6.5a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm15 .5A.75.75 0 0 0 17 8h4.227a.75.75 0 0 0 0-1.5zm-.75 4.25A.75.75 0 0 1 17 10h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m-5.078 2.055a1 1 0 0 0 0-1.61L7.093 8.19a1 1 0 0 0-1.593.805v6.01a1 1 0 0 0 1.593.805zM7 9.985 9.736 12 7 14.016z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(o);
export {
r as default
};
//# sourceMappingURL=IconMediaObjectVideo24.es.js.map