@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.35 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagUyIcon = 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(#FlagUyIcon__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: "#338AF3", fillRule: "evenodd", d: "M16 3.478V0a15.93 15.93 0 0 1 9.96 3.478zm9.952 25.044H6.04a16.1 16.1 0 0 1-3.692-4.174h27.296a16.1 16.1 0 0 1-3.692 4.174M16 11.826h15.449a16 16 0 0 0-1.797-4.174H16zM.551 20.174A16 16 0 0 1 0 16h32c0 1.445-.193 2.843-.551 4.174z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#FFDA44", d: "m13.913 9.364-1.954.919L13 12.176l-2.122-.406-.268 2.142-1.478-1.577-1.479 1.577-.268-2.142-2.122.405 1.04-1.893-1.954-.92 1.954-.918-1.04-1.893 2.122.406.27-2.142L9.13 6.4l1.478-1.577.268 2.142L13 6.56l-1.04 1.893z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagUyIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagUyIcon.displayName = 'FlagUyIcon';