@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCOIcon = 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_6058)" },
React.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16L16 17.3911L0 16Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M2.14221 24C4.90843 28.7822 10.08 32 16 32C21.92 32 27.0933 28.7822 29.8578 24L16 22.9564L2.14221 24Z", fill: "#D80027" }),
React.createElement("path", { d: "M29.8578 24C31.2196 21.6462 32 18.9156 32 16H0C0 18.9156 0.779556 21.6462 2.14222 24H29.8578Z", fill: "#0052B4" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6058" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCOIcon.displayName = 'FlagCOIcon';