UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.93 kB
"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({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_6361_485)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 3.47821V-1.1406e-05C19.6187 -0.00561484 23.1315 1.22111 25.96 3.47821H16ZM25.952 28.5218H6.04089H6.04C4.57606 27.3557 3.32681 25.9431 2.34845 24.3475H29.6436C28.6653 25.9432 27.4161 27.3558 25.952 28.5218ZM16 11.8258H31.4489C31.0526 10.3555 30.4473 8.94978 29.6516 7.65155H16V11.8258ZM0.551114 20.1742C0.18454 18.8131 -0.000764041 17.4096 2.36762e-06 16H32C32 17.4453 31.8071 18.8435 31.4489 20.1742H0.551114Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M13.9129 9.36357L11.9591 10.2827L12.9991 12.176L10.8773 11.7698L10.6089 13.912L9.13067 12.3351L7.65245 13.912L7.38401 11.7698L5.26223 12.1751L6.30223 10.2818L4.34845 9.36268L6.30223 8.44446L5.26223 6.55112L7.38401 6.95735L7.65334 4.81512L9.13067 6.40001L10.6089 4.82312L10.8773 6.96535L12.9991 6.55912L11.9591 8.45246L13.9129 9.36357Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_6361_485" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagUYIcon.displayName = 'FlagUYIcon';