@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.51 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagAsIcon = 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(#FlagAsIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#0052B4", d: "M23.762 2.007A15.9 15.9 0 0 0 16 0C7.164 0 .001 7.162 0 15.998l11.13-5.563zM0 16.002c.001 8.836 7.164 15.999 16 15.999 2.817 0 5.463-.73 7.762-2.007L11.13 21.566z" }),
React.createElement("path", { fill: "#D80027", d: "M25.096 2.838q-.645-.446-1.334-.83L0 16v.004l23.762 13.991q.689-.383 1.334-.829L2.739 16.001z" }),
React.createElement("path", { fill: "#A2001D", d: "M27.826 15.403H25.92a1.514 1.514 0 0 0-.093-2.038 1.514 1.514 0 0 0 0-2.142l-.036.036c.592-.591.627-1.586.036-2.177l-8.566 8.566a1.494 1.494 0 0 0 2.125-.007l.164-.151 4.102-.373v1.764h1.392v-1.89l2.086-.19z" }),
React.createElement("path", { fill: "#FFDA44", d: "M17.392 19.478 16 18.782l1.392-.695h9.043v1.391z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagAsIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagAsIcon.displayName = 'FlagAsIcon';