@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.63 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGRIcon = 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_6420)" },
React.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.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.4489 11.8258H16V7.65155H29.6516C30.4473 8.94979 31.0526 10.3555 31.4489 11.8258ZM25.9511 28.5218H6.04001C4.57606 27.3557 3.32681 25.9431 2.34845 24.3476H29.6427C28.6645 25.9432 27.4152 27.3558 25.9511 28.5218Z", fill: "#338AF3" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.73956 1.27111C11.6622 0.444444 13.7778 0 16 0C19.7653 0 23.2267 1.30133 25.96 3.47822H16V7.64444H9.73956V1.27111ZM5.56445 3.87111C4.30287 4.95743 3.21764 6.23307 2.34756 7.65244H5.56534V3.87111H5.56445ZM16 16V11.8258H9.73956V16H5.56445V11.8258H0.551114C0.18454 13.1869 -0.000764041 14.5904 2.36762e-06 16C-0.000764041 17.4096 0.18454 18.8131 0.551114 20.1742H31.4489C31.8071 18.8436 32 17.4453 32 16H16Z", fill: "#338AF3" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6420" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagGRIcon.displayName = 'FlagGRIcon';