UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.86 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCfIcon = 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(#FlagCfIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", 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: "#0052B4", fillRule: "evenodd", d: "M12.523 8.348H1.946a16 16 0 0 1 9.88-7.797zM20.174.551c4.258 1.138 7.814 4.009 9.881 7.797H19.478z", clipRule: "evenodd" }), React.createElement("path", { fill: "#6DA544", fillRule: "evenodd", d: "M0 16h12.522v7.652H1.946A15.9 15.9 0 0 1 0 16m19.478 7.644V16H32c0 2.672-.673 5.3-1.956 7.644z", clipRule: "evenodd" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M30.064 23.643a16 16 0 0 1-9.88 7.797l-.696-6.82zm-28.108.002h-.01zm0 0a16.04 16.04 0 0 0 9.88 7.797l.696-6.82z", clipRule: "evenodd" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M1.956 23.644h10.566l.01.978zm28.098 0-10.576.978v-.978z", clipRule: "evenodd" }), React.createElement("path", { fill: "#D80027", d: "M16 0c-1.41 0-2.813.185-4.174.551V31.45c1.33.358 2.729.551 4.174.551 1.41 0 2.813-.184 4.174-.551V.55A16 16 0 0 0 16 0" }), React.createElement("path", { fill: "#FFDA44", d: "m8.606 3.478.432 1.33h1.398l-1.13.82.433 1.33-1.131-.822-1.129.821.432-1.329-1.129-.82H8.18z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCfIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCfIcon.displayName = 'FlagCfIcon';