@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 2.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagUzIcon = 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(#FlagUzIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M.756 11.129A16 16 0 0 0 0 16a16 16 0 0 0 .756 4.871L16 21.564l15.244-.693c.502-1.575.757-3.218.756-4.871a16 16 0 0 0-.756-4.871L16 10.435z" }),
React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "m16 10.436 15.244.693v.009l.374 1.395H.382l.374-1.404zM.756 20.862l-.374-1.395h31.236q-.155.706-.374 1.395L16 21.556z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#1EB53A", d: "M16 32a16 16 0 0 0 15.244-11.129H.756A16 16 0 0 0 16 32" }),
React.createElement("path", { fill: "#0099B5", d: "M16 0A16 16 0 0 0 .756 11.129h30.488A16 16 0 0 0 16 0" }),
React.createElement("path", { fill: "#F0F0F0", d: "M7.316 6.613a3.11 3.11 0 0 1 2.462-3.057 3.133 3.133 0 0 0-3.796 3.058A3.134 3.134 0 0 0 9.778 9.67a3.136 3.136 0 0 1-2.462-3.058M11.618 8.036l.213.648h.685l-.552.4.214.65-.551-.4-.551.4.213-.65-.551-.4h.684zM13.813 8.036l.214.648h.684l-.551.4.213.65-.55-.4-.552.4.213-.65-.55-.4h.684zM16 8.036l.213.648h.676l-.551.4.213.65-.551-.4-.551.4.213-.65-.55-.4h.684zM18.187 8.036l.213.648h.684l-.55.4.213.65-.551-.4-.552.4.214-.65-.551-.4h.684zM20.373 8.036l.214.648h.684l-.551.4.213.65-.55-.4-.552.4.213-.65-.55-.4h.684zM13.813 5.76l.214.649h.684l-.551.4.213.649-.55-.4-.552.4.213-.65-.55-.4h.684zM16 5.76l.213.649h.676l-.551.4.213.649-.551-.4-.551.4.213-.65-.55-.408h.684zM18.187 5.76l.213.649h.684l-.55.4.213.649-.551-.4-.552.4.214-.65-.551-.4h.684zM20.373 5.76l.214.649h.684l-.551.4.213.649-.55-.4-.552.4.213-.65-.55-.4h.684zM16 3.484l.213.65h.676l-.551.4.213.648-.551-.4-.551.4.213-.649-.55-.4h.684zM18.187 3.484l.213.65h.684l-.55.4.213.648-.551-.4-.552.4.214-.649-.551-.4h.684zM20.373 3.484l.214.65h.684l-.551.4.213.648-.55-.4-.552.4.213-.649-.55-.4h.684z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagUzIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagUzIcon.displayName = 'FlagUzIcon';