UNPKG

492 BJavaScriptView Raw
1import * as React from "react";
2
3function FlagIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, props), /*#__PURE__*/React.createElement("path", {
10 fillRule: "evenodd",
11 d: "M3 6a3 3 0 013-3h10a1 1 0 01.8 1.6L14.25 8l2.55 3.4A1 1 0 0116 13H6a1 1 0 00-1 1v3a1 1 0 11-2 0V6z",
12 clipRule: "evenodd"
13 }));
14}
15
16export default FlagIcon;
\No newline at end of file