@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 844 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFlag20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 2a.75.75 0 0 0-1.5 0v16A.75.75 0 0 0 5 18v-5h12.16c.88 0 1.33-1.055.722-1.691L14.717 8l3.165-3.309C18.491 4.055 18.04 3 17.16 3H5zm0 2.5v7h10.99l-2.357-2.463L12.641 8l.992-1.037L15.989 4.5z",
clipRule: "evenodd"
}
)
}
);
}
const a = l(o);
export {
a as default
};
//# sourceMappingURL=IconFlag20.es.js.map