@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.4 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCnIcon = 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(#FlagCnIcon__a)" },
React.createElement("path", { fill: "#D80027", 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", fillRule: "evenodd", d: "m18.889 8.85.124-1.668v-.008l-1.081 1.28-1.556-.622.887 1.419-1.08 1.28 1.63-.4.88 1.425.12-1.683 1.631-.4zm-10.133.89v-.002h.001zm0 0 1.38 4.247h4.47l-3.613 2.63 1.381 4.25-3.618-2.625-3.617 2.625 1.386-4.25-3.617-2.63h4.468zm13.612 7.035.544 1.588 1.675-.018-1.344 1 .537 1.587-1.368-.977-1.344 1.006.5-1.6-1.369-.978 1.675-.025.493-1.6zM18.731 20.4l-.912 1.405-1.618-.43 1.056 1.306-.907 1.406 1.563-.606 1.056 1.3-.093-1.674 1.568-.6-1.626-.432zm2.487-9.044 1.2 1.168 1.48-.782-.737 1.507 1.2 1.169-1.656-.238-.738 1.5-.287-1.649-1.662-.237 1.487-.782z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagCnIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagCnIcon.displayName = 'FlagCnIcon';