@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 886 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCamera16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 5h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1M2 6a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v1.088l2.678-1.723a.5.5 0 0 1 .77.42v4.43a.5.5 0 0 1-.77.42L11 8.912V10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm9.43 2 2.019 1.298V6.702z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconCamera16.es.js.map