UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTtIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTtIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagTtIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTtIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTtIcon.displayName = 'FlagTtIcon';