@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 906 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCamera32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 11h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2m-4 2a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v1.308l4.858-2.777a1 1 0 0 1 1.496.871l-.023 7.225a1 1 0 0 1-1.5.863L21 17.7V19a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4zm17.063 3.004 3.274 1.89.012-3.768z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconCamera32.es.js.map