UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 2.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCiIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCiIcon = (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(#FlagCiIcon__a)" }, react_1.default.createElement("mask", { id: "FlagCiIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagCiIcon__b)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M-8 32h48V0H-8z" })), react_1.default.createElement("mask", { id: "FlagCiIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagCiIcon__c)" }, react_1.default.createElement("path", { fill: "#F77F00", d: "M-8 32H8V0H-8z" })), react_1.default.createElement("mask", { id: "FlagCiIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), react_1.default.createElement("g", { mask: "url(#FlagCiIcon__d)" }, react_1.default.createElement("path", { fill: "#009E60", d: "M24 32h16V0H24z" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCiIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCiIcon.displayName = 'FlagCiIcon';