UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagRsIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagRsIcon = (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(#FlagRsIcon__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: "#0052B4", d: "M16 0C7.163 0 0 7.163 0 16c0 1.956.356 3.822.996 5.564h30.008c.64-1.742.996-3.608.996-5.564 0-8.837-7.163-16-16-16" }), react_1.default.createElement("path", { fill: "#D80027", d: "M16 0A16 16 0 0 0 .987 10.436h30.009A16 16 0 0 0 16 0" }), react_1.default.createElement("path", { fill: "#D80027", d: "M4.133 9.04v7.982c0 4.534 5.93 5.93 5.93 5.93S16 21.563 16 17.021V9.04z" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M13.556 10.436h-6.96V7.644l1.386.712 2.09-2.107 2.088 2.089 1.396-.694zM10.08 13.6l4.533 4.533-1.493 1.476-3.049-3.049-3.049 3.049-1.475-1.476z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M14.605 13.911h-2.107c.115-.204.178-.444.178-.693 0-.765-.623-1.396-1.396-1.396-.533 0-.995.294-1.227.738a1.37 1.37 0 0 0-1.226-.738c-.765 0-1.396.623-1.396 1.396 0 .267.071.489.178.693H5.564c0 .765.667 1.396 1.44 1.396H6.96c0 .764.622 1.395 1.396 1.395 0 .685.488 1.245 1.137 1.37l-1.11 2.461a4.5 4.5 0 0 0 1.688.33c.587 0 1.174-.116 1.689-.33l-1.093-2.47a1.39 1.39 0 0 0 1.138-1.37c.764 0 1.395-.622 1.395-1.395h-.044c.764 0 1.44-.622 1.44-1.396z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagRsIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagRsIcon.displayName = 'FlagRsIcon';