@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.73 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagPRIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_7189)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M16 0C10.7655 0 6.11831 2.51394 3.19931 6.4H28.8007C25.8817 2.51394 21.2345 0 16 0Z", fill: "#D80027" }),
React.createElement("path", { d: "M16 32C21.2345 32 25.8817 29.4861 28.8007 25.6H3.19931C6.11831 29.4861 10.7655 32 16 32Z", fill: "#D80027" }),
React.createElement("path", { d: "M0 16C0 17.0959 0.1105 18.166 0.320438 19.2H31.6797C31.8896 18.166 32 17.0959 32 16C32 14.9041 31.8895 13.8339 31.6796 12.8H0.320438C0.1105 13.8339 0 14.9041 0 16Z", fill: "#D80027" }),
React.createElement("path", { d: "M4.68625 4.68625C-1.56212 10.9346 -1.56212 21.0653 4.68625 27.3137C7.26831 24.7317 9.75163 22.2484 16 16L4.68625 4.68625Z", fill: "#0052B4" }),
React.createElement("path", { d: "M6.47563 11.826L7.51157 15.0145H10.8644L8.15207 16.9853L9.18795 20.1739L6.47563 18.2032L3.76319 20.1739L4.79932 16.9853L2.08694 15.0145H5.43957L6.47563 11.826Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7189" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagPRIcon.displayName = 'FlagPRIcon';