UNPKG

@ozen-ui/icons

Version:

A collection of icons

28 lines (27 loc) 3.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagLcIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagLcIcon = (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(#FlagLcIcon__a)" }, react_1.default.createElement("mask", { id: "FlagLcIcon__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(#FlagLcIcon__b)" }, react_1.default.createElement("path", { fill: "#6CF", d: "M0 32h32V0H0z" })), react_1.default.createElement("mask", { id: "FlagLcIcon__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(#FlagLcIcon__c)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M5.333 29.227 16 27.733l10.667 1.494L16 2.88z" })), react_1.default.createElement("mask", { id: "FlagLcIcon__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(#FlagLcIcon__d)" }, react_1.default.createElement("path", { fill: "#3D3D3D", d: "M6.773 29.227 16 27.733l9.227 1.494L16 6.4z" })), react_1.default.createElement("mask", { id: "FlagLcIcon__e", 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(#FlagLcIcon__e)" }, react_1.default.createElement("path", { fill: "#FCD116", d: "M5.333 29.227h21.334L16 16z" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagLcIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagLcIcon.displayName = 'FlagLcIcon';