UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 2.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCNIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCNIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_3073_6171)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.8889 8.85067L19.0133 7.18222L19.0124 7.17422L17.9316 8.45422L16.376 7.832L17.2631 9.25067L16.1822 10.5307L17.8133 10.1307L18.6933 11.5556L18.8133 9.87289L20.4444 9.47289L18.8889 8.85067ZM8.75644 9.74051L8.75556 9.73778H8.75733L8.75644 9.74051ZM8.75644 9.74051L10.1369 13.9867H14.6053L10.9929 16.6178L12.3742 20.8667L8.75644 18.2418L5.13867 20.8667L6.52533 16.6178L2.90756 13.9867H7.376L8.75644 9.74051ZM22.368 16.7751L22.912 18.3627L24.5867 18.3449L23.2427 19.3449L23.7804 20.9324L22.4116 19.9547L21.0676 20.9609L21.568 19.3609L20.1991 18.3831L21.8738 18.3582L22.3671 16.7582L22.368 16.7751ZM18.7307 20.4L17.8187 21.8053L16.2009 21.3742L17.2569 22.6809L16.3502 24.0871L17.9129 23.4809L18.9689 24.7813L18.8756 23.1067L20.4444 22.5067L18.8178 22.0747L18.7307 20.4ZM21.2178 11.3556L22.4178 12.5244L23.8987 11.7422L23.1609 13.2489L24.3609 14.4178L22.7049 14.1804L21.9671 15.6809L21.68 14.0311L20.0178 13.7938L21.5049 13.0116L21.2178 11.3556Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_3073_6171" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagCNIcon.displayName = 'FlagCNIcon';