@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.35 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagRwIcon = 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(#FlagRwIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M0 16a15.9 15.9 0 0 0 1.946 7.652L16 25.044l14.053-1.392A15.9 15.9 0 0 0 32 16l-16-1.391z" }),
React.createElement("path", { fill: "#338AF3", d: "M30.053 8.347C27.34 3.374 22.065 0 16 0S4.66 3.374 1.947 8.347A15.9 15.9 0 0 0 0 16h32a15.9 15.9 0 0 0-1.946-7.652z" }),
React.createElement("path", { fill: "#496E2D", d: "M16 32c6.065 0 11.34-3.374 14.053-8.347H1.947C4.66 28.626 9.935 32 16 32" }),
React.createElement("path", { fill: "#FFDA44", d: "m18.087 9.364 1.954.919L19 12.176l2.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.142L22.87 6.4l-1.478-1.577-.268 2.142L19 6.56l1.04 1.893z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagRwIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagRwIcon.displayName = 'FlagRwIcon';