@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.31 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTtIcon = 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(#FlagTtIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M8.663 1.778a16 16 0 0 0-3.978 2.91c-1.2 1.198-2.17 2.543-2.907 3.975l10.288 11.271 11.27 10.288a16 16 0 0 0 3.978-2.91 16 16 0 0 0 2.91-3.977L19.934 12.064z" }),
React.createElement("path", { fill: "#3D3D3D", d: "M27.314 27.314a16 16 0 0 0 1.796-2.139L6.824 2.89a16 16 0 0 0-2.139 1.795 15.7 15.7 0 0 0-1.795 2.14L25.176 29.11a16 16 0 0 0 2.139-1.796z" }),
React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M8.664 1.778c6.02-3.109 13.603-2.14 18.65 2.908h-.001c5.048 5.048 6.017 12.63 2.91 18.651zm14.671 28.445c-6.021 3.109-13.602 2.14-18.65-2.91-5.047-5.046-6.017-12.628-2.907-18.65z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTtIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTtIcon.displayName = 'FlagTtIcon';