UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.64 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagTTIcon = 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_7617)" }, React.createElement("path", { d: "M8.6631 1.7778C7.19481 2.53621 5.85295 3.51764 4.68533 4.68713C3.48444 5.88625 2.51555 7.23113 1.77777 8.66313L12.0658 19.9342L23.336 30.2222C24.8043 29.4638 26.1461 28.4824 27.3138 27.3129C28.4833 26.1453 29.4647 24.8034 30.2231 23.3351L19.9351 12.064L8.6631 1.7778Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M27.3138 27.3138C27.9734 26.6543 28.5745 25.9387 29.1102 25.1751L6.82399 2.88889C6.07288 3.416 5.35733 4.01422 4.68533 4.68444C4.01333 5.35466 3.41421 6.07111 2.88977 6.82311L25.176 29.1111C25.9271 28.584 26.6427 27.9858 27.3147 27.3155L27.3138 27.3138Z", fill: "#3D3D3D" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.66399 1.77786C14.6844 -1.33059 22.2667 -0.361701 27.3138 4.6863H27.3129C32.3609 9.7343 33.3298 17.3156 30.2222 23.337L8.66399 1.77786ZM23.3351 30.2231C17.3138 33.3316 9.73333 32.3627 4.68444 27.3138C-0.361778 22.2667 -1.33156 14.6845 1.77778 8.66312L23.3351 30.2231Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7617" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagTTIcon.displayName = 'FlagTTIcon';