@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.36 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagPfIcon = 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(#FlagPfIcon__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: "#D80027", d: "M1.945 8.348h28.11C27.34 3.374 22.065 0 16 0S4.66 3.374 1.945 8.348M16 32c6.065 0 11.34-3.374 14.055-8.348H1.945C4.66 28.626 9.935 32 16 32" }),
React.createElement("path", { fill: "#FFDA44", d: "M21.565 16c0 3.074-2.491 4.87-5.565 4.87s-5.565-1.796-5.565-4.87a5.565 5.565 0 1 1 11.13 0" }),
React.createElement("path", { fill: "#0052B4", d: "M21.565 16a5.565 5.565 0 1 1-11.13 0" }),
React.createElement("path", { fill: "#D80027", d: "M12.522 14.609h1.391v2.783h-1.391zM18.087 14.609h1.391v2.783h-1.391zM15.304 12.522h1.391v4.87h-1.391z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagPfIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagPfIcon.displayName = 'FlagPfIcon';