@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 839 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
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: "IconFlag32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 19v9a1 1 0 1 0 2 0v-9h16.76c.865 0 1.322-1.024.744-1.668L21.722 12l4.782-5.332c.578-.644.12-1.668-.744-1.668H9V4a1 1 0 1 0-2 0zM9 7v10h14.52l-3.287-3.665L19.036 12l1.197-1.335L23.52 7z",
clipRule: "evenodd"
}
)
}
);
}
const c = l(o);
export {
c as default
};
//# sourceMappingURL=IconFlag32.es.js.map