@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.95 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagVeIcon = 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(#FlagVeIcon__a)" },
React.createElement("path", { fill: "#0052B4", d: "M30.412 22.956A15.9 15.9 0 0 0 32 16c0-2.493-.57-4.853-1.588-6.956L16 7.654 1.588 9.043A15.9 15.9 0 0 0 0 16c0 2.493.57 4.853 1.588 6.956L16 24.346z" }),
React.createElement("path", { fill: "#D80027", d: "M16 32c6.343 0 11.824-3.692 14.412-9.044H1.588C4.176 28.309 9.657 32 16 32" }),
React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "m13.826 11.13.504.947 1.056-.177-.745.771.503.947-.964-.471-.744.771.149-1.062-.964-.471 1.056-.178zm4.478 1.063-.15-1.062-.502.932-1.056-.178.744.772-.504.947.965-.471.745.771-.15-1.062.964-.471zm3.918.418L22 13.66l.929.536-1.067.112-.222 1.049-.444-.98-1.067.112.797-.717-.444-.98.929.536zm2.756 3.691.569-.91-.993.4-.69-.82.076 1.07-.996.402 1.04.26.075 1.07.569-.91 1.04.26zm1.888 3.5.844-.66-1.07.037-.366-1.008-.296 1.03-1.072.038.889.6-.295 1.031.844-.66.889.6zm-16.29-6.474-.798-.717.208 1.049-.93.536 1.068.112.222 1.049.444-.98 1.067.112-.797-.717.444-.98zm-4.123 2.065.996.402.689-.822-.075 1.07.996.402-1.04.26-.075 1.07-.569-.91-1.04.26.69-.822zm-1.091 3.786L4.29 19.14l.846.66-.367 1.009.889-.6.844.66-.295-1.03.889-.6-1.072-.038-.296-1.031z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#FFDA44", d: "M30.412 9.044C27.824 3.692 22.343 0 16 0S4.176 3.692 1.588 9.044z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagVeIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagVeIcon.displayName = 'FlagVeIcon';