@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.27 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagPaIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagPaIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#0052B4", d: "M0 16c0 8.836 7.164 16 16 16V16z" }),
React.createElement("path", { fill: "#D80027", d: "M16 0c8.836 0 16 7.164 16 16H16z" }),
React.createElement("path", { fill: "#0052B4", d: "m9.524 5.564 1.037 3.189h3.353l-2.711 1.97 1.035 3.189-2.71-1.97-2.712 1.97 1.036-3.188-2.71-1.971h3.347z" }),
React.createElement("path", { fill: "#D80027", d: "m22.476 18.087 1.036 3.189h3.353l-2.711 1.97 1.036 3.189-2.71-1.971-2.712 1.97 1.036-3.188-2.711-1.97h3.352z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagPaIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagPaIcon.displayName = 'FlagPaIcon';