@ozen-ui/icons
Version:
A collection of icons
25 lines (24 loc) • 2.7 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagDjIcon = 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(#FlagDjIcon__a)" },
React.createElement("mask", { id: "FlagDjIcon__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(#FlagDjIcon__b)" },
React.createElement("path", { fill: "#6AB2E7", d: "M-2.667 32h48V0h-48z" })),
React.createElement("mask", { id: "FlagDjIcon__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(#FlagDjIcon__c)" },
React.createElement("path", { fill: "#12AD2B", d: "M-2.667 32h48V16h-48z" })),
React.createElement("mask", { id: "FlagDjIcon__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(#FlagDjIcon__d)" },
React.createElement("path", { fill: "#F0F0F0", d: "M-2.667 0v32l27.713-16L11.19 8z" })),
React.createElement("mask", { id: "FlagDjIcon__e", 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(#FlagDjIcon__e)" },
React.createElement("path", { fill: "#D7141A", d: "m7.94 12 .992 3.056h3.214l-2.6 1.888L10.54 20l-2.6-1.889L5.34 20l.992-3.056-2.599-1.888h3.214z" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagDjIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagDjIcon.displayName = 'FlagDjIcon';