@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.37 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagAEIcon = 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_3422_2289)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16345 24.8366 7.07023e-06 16 7.07023e-06C7.16344 7.07023e-06 0 7.16345 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M9.04356 21.5645L10.4347 31.0045C12.2158 31.6648 14.1004 32.0019 16 32C22.88 32 28.744 27.6578 31.0044 21.5645H9.04356Z", fill: "#3D3D3D" }),
React.createElement("path", { d: "M9.04356 10.4356L10.4356 0.995563C12.2164 0.335356 14.1007 -0.00178036 16 7.07023e-06C22.88 7.07023e-06 28.744 4.34223 31.0044 10.4356H9.04356Z", fill: "#006C35" }),
React.createElement("path", { d: "M0 16C0 22.88 4.34133 28.744 10.4347 31.0045L10.4356 0.995563C4.34222 3.25601 0 9.12001 0 16Z", fill: "#A2001D" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3422_2289" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagAEIcon.displayName = 'FlagAEIcon';