@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.84 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagOMIcon = 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_7115)" },
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: "M0 16C0 22.0649 3.37422 27.3422 8.34667 30.0533V1.94666C3.37422 4.65954 0 9.93599 0 16Z", fill: "#D80027" }),
React.createElement("path", { d: "M31.0044 21.5644C31.6647 19.7836 32.0018 17.8993 32 16C32.0019 14.1004 31.6648 12.2158 31.0044 10.4347H0.995563C0.335252 12.2158 -0.00188527 14.1004 7.92927e-06 16C-0.00188527 17.8996 0.335252 19.7842 0.995563 21.5653L16 22.9564L31.0044 21.5653V21.5644Z", fill: "#D80027" }),
React.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.995544C3.25599 27.6578 9.11999 32 16 32Z", fill: "#6DA544" }),
React.createElement("path", { d: "M0 16C0 23.392 5.01333 29.6124 11.8258 31.4489V0.551117C5.01333 2.38756 0 8.60801 0 16Z", fill: "#D80027" }),
React.createElement("path", { d: "M9.78843 7.04001L8.31287 5.56445L7.32887 6.54845L6.34665 5.56445L4.87109 7.04001L5.85509 8.02401L4.87109 9.00801L6.34665 10.4836L7.33065 9.49956L8.31465 10.4836L9.79021 9.00801L8.80621 8.02401L9.78843 7.04001Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7115" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagOMIcon.displayName = 'FlagOMIcon';