UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.78 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCcIcon = 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(#FlagCcIcon__a)" }, React.createElement("path", { fill: "#6DA544", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#FFDA44", d: "m24.561 22.957.44.918.991-.229-.444.916.797.632-.992.224.002 1.017-.794-.636-.794.636.003-1.017-.992-.224.797-.632-.444-.916.991.23zM20.477 13.218l.44.918.99-.229-.444.916.798.632-.993.224.003 1.017-.794-.636-.794.636.003-1.017-.993-.224.797-.632-.444-.916.992.23zM24.561 7.653l.44.918.991-.23-.444.916.797.633-.992.223.002 1.018-.794-.637-.794.637.003-1.018-.992-.223.797-.633-.444-.915.991.229zM28.13 11.826l.438.918.992-.23-.444.916.797.633-.993.223.003 1.018-.794-.637-.794.637.003-1.018-.993-.223.798-.633-.445-.915.992.229zM25.578 16.696l.346 1.063h1.117l-.904.657.345 1.063-.904-.657-.904.657.345-1.063-.904-.657h1.118z" }), React.createElement("path", { fill: "#FFDA44", d: "M17.74 20.522a4.522 4.522 0 1 1 2.15-8.5 5.565 5.565 0 1 0 0 7.956 4.5 4.5 0 0 1-2.15.544M10.062 6.261a2.78 2.78 0 0 0-4.82 0zM10.07 6.278 7.653 8.696 5.233 6.278a2.783 2.783 0 1 0 4.837 0" }), React.createElement("path", { fill: "#A2001D", d: "M6.957 8v2.347a2.8 2.8 0 0 0 1.39 0V8z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCcIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCcIcon.displayName = 'FlagCcIcon';