UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTRIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTRIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_3422_2191)" }, react_1.default.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: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.24 16C7.24637 18.4935 9.26901 20.5118 11.7625 20.5129C12.5409 20.5128 13.2731 20.3243 13.9129 19.9689C12.8745 20.9873 11.4776 21.5571 10.0231 21.5556C6.94946 21.5556 4.45778 19.0639 4.45778 15.9902C4.45778 12.9166 6.94946 10.4249 10.0231 10.4249C11.4776 10.4233 12.8745 10.9931 13.9129 12.0116C13.2729 11.6756 12.5404 11.4782 11.7618 11.4782C9.26508 11.4797 7.24147 13.5033 7.24 16ZM16.6578 14.8756L15.3449 13.0667L15.344 15.3102L13.2178 16L15.3324 16.6827V18.9173L16.648 17.1102L18.7813 17.8018L17.4684 15.9929L18.784 14.1858L16.6578 14.8756Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_3422_2191" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagTRIcon.displayName = 'FlagTRIcon';