UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 2.57 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagVcIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagVcIcon = (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(#FlagVcIcon__a)" }, react_1.default.createElement("mask", { id: "FlagVcIcon__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(#FlagVcIcon__b)" }, react_1.default.createElement("path", { fill: "#0072C6", d: "M0 32h8.533V0H0z" })), react_1.default.createElement("mask", { id: "FlagVcIcon__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(#FlagVcIcon__c)" }, react_1.default.createElement("path", { fill: "#FCD116", d: "M8 32h24V0H8z" })), react_1.default.createElement("mask", { id: "FlagVcIcon__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(#FlagVcIcon__d)" }, react_1.default.createElement("path", { fill: "#009E60", fillRule: "evenodd", d: "M32 32h-8V0h8zm-16-8-1.778-3.556L16 16.89l1.778 3.555zm-4-8 1.778 3.556L15.556 16l-1.778-3.556zm6.222 3.556L16.444 16l1.778-3.556L20 16z", clipRule: "evenodd" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagVcIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagVcIcon.displayName = 'FlagVcIcon';