@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.58 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagUyIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagUyIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagUyIcon__a)" },
react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagUyIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagUyIcon.displayName = 'FlagUyIcon';