UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.09 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagECIcon = 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_6232)" }, 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.14222 24C4.90844 28.7822 10.08 32 16 32C21.92 32 27.0933 28.7822 29.8578 24L16 22.9564L2.14222 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("path", { d: "M16 21.5654C19.0737 21.5654 21.5653 19.0737 21.5653 16C21.5653 12.9264 19.0737 10.4347 16 10.4347C12.9264 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9264 21.5654 16 21.5654Z", fill: "#FFDA44" }), React.createElement("path", { d: "M16 19.4782C14.0804 19.4748 12.5252 17.9196 12.5218 16V13.9129C12.5252 11.9934 14.0804 10.4381 16 10.4347C17.9195 10.4381 19.4748 11.9934 19.4782 13.9129V16C19.4748 17.9196 17.9195 19.4748 16 19.4782Z", fill: "#338AF3" }), React.createElement("path", { d: "M21.5644 7.65332H17.3902C17.3902 6.88532 16.768 6.26221 15.9991 6.26221C15.2302 6.26221 14.608 6.88443 14.608 7.65332H10.4356C10.4356 8.42132 11.1049 9.04443 11.8729 9.04443H11.8267C11.8267 9.81243 12.4489 10.4355 13.2178 10.4355C13.2178 11.2035 13.84 11.8267 14.6089 11.8267H17.3911C18.1591 11.8267 18.7822 11.2044 18.7822 10.4355C19.5502 10.4355 20.1733 9.81332 20.1733 9.04443H20.1271C20.8951 9.04443 21.5644 8.42221 21.5644 7.65332Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6232" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagECIcon.displayName = 'FlagECIcon';