@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.02 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCcIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCcIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagCcIcon__a)" },
react_1.default.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_1.default.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_1.default.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_1.default.createElement("path", { fill: "#A2001D", d: "M6.957 8v2.347a2.8 2.8 0 0 0 1.39 0V8z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagCcIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagCcIcon.displayName = 'FlagCcIcon';