UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.67 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagRWIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_7211)" }, React.createElement("path", { d: "M-2.14572e-06 16C-0.00392696 18.6737 0.665223 21.3054 1.94578 23.6524L16 25.0436L30.0533 23.6524C31.3342 21.3054 32.0037 18.6738 32 16L16 14.6089L-2.14572e-06 16Z", fill: "#FFDA44" }), React.createElement("path", { d: "M30.0533 8.34667C27.3404 3.37422 22.0649 0 16 0C9.93511 0 4.65955 3.37422 1.94666 8.34667C0.665659 10.6939 -0.00380347 13.3259 -2.02034e-06 16H32C32.0039 13.3263 31.3348 10.6946 30.0542 8.34756L30.0533 8.34667Z", fill: "#338AF3" }), React.createElement("path", { d: "M16 32C22.0649 32 27.3404 28.6258 30.0533 23.6533H1.94667C4.65956 28.6258 9.93511 32 16 32Z", fill: "#496E2D" }), React.createElement("path", { d: "M18.0871 9.36357L20.0409 10.2827L19.0009 12.176L21.1227 11.7698L21.3911 13.912L22.8693 12.3351L24.3476 13.912L24.616 11.7698L26.7378 12.1751L25.6978 10.2818L27.6516 9.36268L25.6978 8.44446L26.7378 6.55112L24.616 6.95735L24.3467 4.81512L22.8693 6.40001L21.3911 4.82312L21.1227 6.96535L19.0009 6.55912L20.0409 8.45246L18.0871 9.36357Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7211" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagRWIcon.displayName = 'FlagRWIcon';