UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.6 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagUGIcon = 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_7733)" }, React.createElement("path", { d: "M27.9289 27.2715C30.4622 24.4024 32 20.5948 32 16.4445C32 12.2941 30.4622 8.48656 27.9289 5.61739L16 4.44446L4.07111 5.61739C1.53778 8.48656 0 12.2941 0 16.4445C0 20.5948 1.53778 24.4024 4.07111 27.2715L16 28.4445L27.9289 27.2715Z", fill: "#FFDA44" }), React.createElement("path", { d: "M4.44446 5.33333H28.4445C25.5015 2.06222 21.2167 0 16.4489 0C11.6811 0 7.39638 2.06222 4.44446 5.33333Z", fill: "#3D3D3D" }), React.createElement("path", { d: "M0 16.3029L16 17.7778L32 16.3029C32 14.3302 31.68 12.4327 31.0844 10.6667H0.915556C0.32 12.4327 0 14.3302 0 16.3029Z", fill: "#D80027" }), React.createElement("path", { d: "M0.915301 21.3333H31.0847C31.6712 19.6622 32 17.8667 32 16H0C0 17.8667 0.319911 19.6622 0.915301 21.3333Z", fill: "#3D3D3D" }), React.createElement("path", { d: "M28.4445 26.6667H4.44446C7.39528 29.9378 11.6695 32 16.4445 32C21.2194 32 25.4936 29.9378 28.4445 26.6667Z", fill: "#D80027" }), React.createElement("path", { d: "M22.2222 16.8889C22.2222 19.8344 19.8344 22.2222 16.8889 22.2222C13.9434 22.2222 11.5555 19.8344 11.5555 16.8889C11.5555 13.9434 13.9434 11.5555 16.8889 11.5555C19.8344 11.5555 22.2222 13.9434 22.2222 16.8889Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M18.6859 16.7225L16.6185 15.9097L17.126 14.3439C17.1448 14.2584 17.1542 14.1985 17.1542 14.1129C17.1542 13.8391 17.032 13.5824 16.8347 13.4027L17.3515 12.9322C17.0226 12.6327 16.5621 12.4445 16.0547 12.4445C15.5472 12.4445 15.0868 12.6327 14.7579 12.9322L15.2747 13.4027C15.0868 13.5739 14.9552 13.8306 14.9552 14.1129C14.9552 14.2156 14.974 14.3097 15.0022 14.4038L14.2222 15.114H15.6318C15.6318 15.114 15.0398 15.9183 14.7203 16.5685C14.4008 17.2188 14.7203 18.0231 15.4721 18.3396L15.9043 18.5108L16.6185 19.1097V19.7771L15.8855 20.4445H17.3609V19.1011L18.0187 18.5022H19.4095L19.4283 18.468C19.7572 17.7835 19.4283 17.0134 18.6765 16.6969L18.6859 16.7225Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7733" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagUGIcon.displayName = 'FlagUGIcon';