@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTzIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagTzIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#000", d: "M4.686 27.314c.671.67 1.388 1.27 2.139 1.796L29.11 6.825a16.1 16.1 0 0 0-3.935-3.935L2.89 25.175a16 16 0 0 0 1.796 2.139" }),
React.createElement("path", { fill: "#6DA544", d: "M4.686 4.686C-.36 9.734-1.33 17.315 1.777 23.336l21.56-21.559C17.314-1.33 9.733-.36 4.686 4.687" }),
React.createElement("path", { fill: "#338AF3", d: "M27.314 27.314c5.047-5.048 6.016-12.629 2.909-18.65L8.663 30.223c6.022 3.107 13.603 2.138 18.65-2.91" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTzIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTzIcon.displayName = 'FlagTzIcon';