@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.29 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCxIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagCxIcon__a)" },
React.createElement("path", { fill: "#0052B4", d: "M27.314 27.313c-6.249 6.249-16.38 6.249-22.628 0s-6.248-16.379 0-22.627c.492.492 12.79 9.838 12.79 9.838z" }),
React.createElement("path", { fill: "#6DA544", d: "M4.686 4.686c6.249-6.248 16.38-6.248 22.628 0s6.248 16.38 0 22.628" }),
React.createElement("path", { fill: "#FFDA44", d: "M16 20.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347" }),
React.createElement("path", { fill: "#F0F0F0", d: "m5.958 22.956.439.918.991-.229-.444.916.798.632-.993.224.003 1.017-.794-.636-.794.636.003-1.017-.993-.224.797-.632-.444-.916.992.23zM3.086 15.304l.439.918.991-.229-.444.916.798.632-.993.224.003 1.018-.794-.637-.794.637.003-1.018-.993-.224.797-.632-.444-.916.992.23zM5.958 9.043l.439.918.991-.229-.444.916.798.632-.993.224.003 1.018-.794-.637-.794.637.003-1.018-.993-.224.797-.632-.444-.916.992.23zM9.526 13.914l.439.918.991-.23-.444.916.797.633-.992.223.002 1.018-.793-.637-.794.637.002-1.018-.992-.223.797-.633-.444-.916.991.23zM6.974 18.088l.346 1.062h1.117l-.904.657.345 1.063-.904-.657-.904.657.346-1.063-.904-.657h1.117z" }),
React.createElement("path", { fill: "#6DA544", d: "M16 18.783h1.391s.603-1.067 0-2.087l1.392-1.392-.696-1.39h-.696s-.347 1.043-1.739 1.043c-1.391 0-1.739-1.044-1.739-1.044h-.696l.696 1.392-.696 1.39.696.696s.696-1.39 2.087-.695c0 0 .591.87 0 2.087" }),
React.createElement("path", { fill: "#FFDA44", d: "M26.384 8.764q.05-.257.05-.528a2.78 2.78 0 0 0-1.924-2.647 5.2 5.2 0 0 1 .469 3.117 2.856 2.856 0 0 0-4.004-.874c.775.17 1.525.513 2.188 1.04.519.414.938.973 1.26 1.512l-4.25 1.33c4.175.696 7.653-2.087 7.653-2.087-.385-.77-.984-.9-1.442-.863" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagCxIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagCxIcon.displayName = 'FlagCxIcon';