UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagWsIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagWsIcon = (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(#FlagWsIcon__a)" }, react_1.default.createElement("path", { fill: "#D80027", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16L16 0c8.836 0 16 7.164 16 16" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M16 16V0C7.164 0 0 7.164 0 16z" }), react_1.default.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "m8.606 4.174.432 1.33h1.397l-1.13.82.432 1.33-1.13-.822-1.13.821.432-1.329-1.129-.82h1.396zm4.21 6.262.267.797h.838l-.678.492.266.798-.678-.493-.678.493.266-.798-.678-.492h.838zm.396-3.543-.432-1.329-.426 1.33h-1.396l1.13.82-.433 1.33 1.129-.822 1.129.822-.432-1.33 1.129-.82zm-3.731 4.238.432 1.329h1.395l-1.128.82.431 1.33-1.128-.822-1.13.822.433-1.33-1.13-.82h1.398zM6.256 8.973l-.432-1.329-.437 1.33H3.99l1.129.82-.432 1.33 1.129-.822 1.129.822-.432-1.33 1.13-.82z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagWsIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagWsIcon.displayName = 'FlagWsIcon';