@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.66 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagJOIcon = 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_6632)" },
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", { d: "M9.73914 10.4348H31.0048C28.7441 4.342 22.8794 0 16 0C11.5816 0 7.58208 1.79119 4.68683 4.68681L9.73914 10.4348Z", fill: "black" }),
React.createElement("path", { d: "M9.73914 21.566H31.0048C28.7441 27.6588 22.8794 32.0008 16 32.0008C11.5816 32.0008 7.58208 30.2096 4.68683 27.314L9.73914 21.566Z", fill: "#6DA544" }),
React.createElement("path", { d: "M4.68628 4.68579C-1.56209 10.9342 -1.56209 21.0649 4.68628 27.3133C7.26834 24.7312 9.75166 22.2479 16 15.9995L4.68628 4.68579Z", fill: "#D80027" }),
React.createElement("path", { d: "M6.35022 12.5226L7.22828 14.3588L9.21134 13.9005L8.32322 15.7318L9.91791 16.9964L7.93247 17.4438L7.93797 19.4791L6.35022 18.2058L4.76241 19.4791L4.76797 17.4438L2.78253 16.9964L4.37716 15.7318L3.48916 13.9005L5.47209 14.3588L6.35022 12.5226Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6632" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagJOIcon.displayName = 'FlagJOIcon';