UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.49 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagTZIcon = 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_7574)" }, 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: "M4.68625 27.3137C5.35744 27.9849 6.07356 28.5835 6.82475 29.1105L29.1104 6.82481C28.5835 6.07362 27.9849 5.35749 27.3137 4.68631C26.6424 4.01512 25.9264 3.41662 25.1752 2.88962L2.88963 25.1753C3.4165 25.9263 4.01513 26.6425 4.68625 27.3137Z", fill: "black" }), React.createElement("path", { d: "M4.68633 4.68635C-0.361299 9.7341 -1.33036 17.3148 1.77733 23.3362L23.3362 1.77741C17.3148 -1.33028 9.73401 -0.361151 4.68633 4.68635Z", fill: "#6DA544" }), React.createElement("path", { d: "M27.3137 27.3138C32.3613 22.2661 33.3303 14.6853 30.2228 8.66388L8.66388 30.2228C14.6852 33.3304 22.266 32.3614 27.3137 27.3138Z", fill: "#338AF3" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7574" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagTZIcon.displayName = 'FlagTZIcon';