@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.42 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTLIcon = 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_6226)" },
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: "#FFDA44" }),
React.createElement("path", { d: "M16 0C12.0827 0 8.49511 1.40889 5.71378 3.74578L22.9564 16L5.71378 28.2542C8.49511 30.5911 12.0827 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "#D80027" }),
React.createElement("path", { d: "M4.68617 4.68622C-1.56272 10.9351 -1.56272 21.0649 4.68617 27.3138L15.9999 16L4.68617 4.68622Z", fill: "#3D3D3D" }),
React.createElement("path", { d: "M4.43556 12.3351L6.87111 14.64L9.81511 13.0364L8.37511 16.0649L10.8107 18.3698L7.48622 17.9369L6.04622 20.9653L5.43111 17.6693L2.10667 17.2364L5.05067 15.6329L4.43556 12.3351Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6226" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagTLIcon.displayName = 'FlagTLIcon';