UNPKG

@ozen-ui/icons

Version:

A collection of icons

21 lines (20 loc) 2.25 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagVcIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagVcIcon__a)" }, React.createElement("mask", { id: "FlagVcIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.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.createElement("g", { mask: "url(#FlagVcIcon__b)" }, React.createElement("path", { fill: "#0072C6", d: "M0 32h8.533V0H0z" })), React.createElement("mask", { id: "FlagVcIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.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.createElement("g", { mask: "url(#FlagVcIcon__c)" }, React.createElement("path", { fill: "#FCD116", d: "M8 32h24V0H8z" })), React.createElement("mask", { id: "FlagVcIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.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.createElement("g", { mask: "url(#FlagVcIcon__d)" }, React.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.createElement("defs", null, React.createElement("clipPath", { id: "FlagVcIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagVcIcon.displayName = 'FlagVcIcon';