@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 817 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFlag16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 10v4.5a.5.5 0 0 0 1 0V10h9.88a.5.5 0 0 0 .372-.834L11.412 6l2.84-3.166A.5.5 0 0 0 13.88 2H4v-.5a.5.5 0 0 0-1 0zm1-7v6h8.76l-2.092-2.332L10.07 6l.598-.668L12.76 3z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconFlag16.es.js.map