UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCuIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCuIcon = (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(#FlagCuIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16.006 31.938c8.832 0 15.993-7.15 15.993-15.97C31.999 7.15 24.839 0 16.006 0S.013 7.15.013 15.969c0 8.82 7.16 15.969 15.993 15.969" }), react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M16.006 0C10.774 0 6.129 2.51 3.21 6.388H28.8A15.98 15.98 0 0 0 16.005 0m0 31.938c5.232 0 9.877-2.51 12.795-6.388H3.211a15.98 15.98 0 0 0 12.795 6.388M.333 19.163a16 16 0 0 1 0-6.388H31.67a16.016 16.016 0 0 1 0 6.388z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", d: "M4.697 4.677c-6.243 6.238-6.243 16.346 0 22.583L16.006 15.97z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m6.485 11.804 1.035 3.183h3.352l-2.71 1.964 1.034 3.182-2.711-1.964-2.71 1.964 1.035-3.182-2.71-1.967h3.35z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCuIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCuIcon.displayName = 'FlagCuIcon';