@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 827 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFlag24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 3a.75.75 0 0 0-1.5 0v18A.75.75 0 0 0 7 21v-6h12.305a1 1 0 0 0 .755-1.656L16.717 9.5l3.343-3.844A1 1 0 0 0 19.305 4H7zm11.208 10.5H7v-8h11.208l-2.623 3.016-.856.984.856.984z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconFlag24.es.js.map