@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagPrIcon = 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(#FlagPrIcon__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: "M16 0C10.765 0 6.118 2.514 3.2 6.4h25.6C25.883 2.514 21.236 0 16 0M16 32c5.235 0 9.882-2.514 12.8-6.4H3.2C6.117 29.486 10.764 32 16 32M0 16c0 1.096.11 2.166.32 3.2h31.36c.21-1.034.32-2.104.32-3.2s-.11-2.166-.32-3.2H.32A16 16 0 0 0 0 16" }),
React.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c-6.248 6.249-6.248 16.38 0 22.628L16 16z" }),
React.createElement("path", { fill: "#F0F0F0", d: "m6.476 11.826 1.036 3.188h3.352l-2.712 1.971 1.036 3.189-2.712-1.97-2.713 1.97L4.8 16.985l-2.712-1.97H5.44z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagPrIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagPrIcon.displayName = 'FlagPrIcon';