@ozen-ui/icons
Version:
A collection of icons
20 lines (19 loc) • 2.35 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagVuIcon = 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(#FlagVuIcon__a)" },
React.createElement("mask", { id: "FlagVuIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" })),
React.createElement("g", { mask: "url(#FlagVuIcon__b)" },
React.createElement("path", { fill: "#000", d: "M31.938 15.969q-.001-1.06-.136-2.083H13.886c-3.263-3.262-9.21-9.208-9.209-9.209-6.236 6.236-6.236 16.347 0 22.584l9.209-9.21h17.916q.136-1.022.136-2.082" }),
React.createElement("path", { fill: "#F0F0F0", d: "M31.955 14.228q.043.08.081.16-.039-.08-.08-.16" }),
React.createElement("path", { fill: "#D21034", d: "M31.802 13.886q.011.082.02.165C30.876 6.135 24.14 0 15.97 0c-4.41 0-8.402 1.787-11.292 4.676l9.209 9.209z" }),
React.createElement("path", { fill: "#009543", d: "M31.802 18.052H13.886L4.677 27.26a15.92 15.92 0 0 0 11.292 4.678c8.17 0 14.906-6.136 15.854-14.05z" }),
React.createElement("path", { fill: "#F0F0F0", d: "m31.877 17.549-.025.16z" }),
React.createElement("path", { fill: "#000", d: "M31.947 16.425" }),
React.createElement("path", { fill: "#FFDA44", d: "M31.922 15.269H13.3L3.733 5.704c-.31.326-.644.782-.852 1.106l9.149 9.153-9.156 9.156c.18.323.576.8.853 1.11l9.572-9.572h18.626a16 16 0 0 0-.003-1.388" }),
React.createElement("path", { fill: "#FFDA44", d: "M3.88 19.373v-1.338a2.423 2.423 0 0 0 2.42-2.42c0-.944-.769-1.713-1.713-1.713-.643 0-1.167.524-1.167 1.167 0 .411.335.746.746.746.233 0 .422-.19.422-.422h1.338c0 .97-.79 1.76-1.76 1.76a2.086 2.086 0 0 1-2.083-2.084 2.507 2.507 0 0 1 2.504-2.504 3.054 3.054 0 0 1 3.05 3.05 3.763 3.763 0 0 1-3.758 3.758" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagVuIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagVuIcon.displayName = 'FlagVuIcon';