@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 819 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFlag12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 8v3.5a.5.5 0 0 0 1 0V8h8.844a.5.5 0 0 0 .365-.842L8.712 4.5l2.497-2.658A.5.5 0 0 0 10.844 1H2V.5a.5.5 0 0 0-1 0zm1-6v5h7.688L7.983 5.185 7.34 4.5l.643-.685L9.688 2z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconFlag12.es.js.map