UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTjIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTjIcon = (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(#FlagTjIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M1.6 9.04A15.8 15.8 0 0 0 0 16c0 2.489.569 4.853 1.6 6.96L16 24.356l14.4-1.396A15.8 15.8 0 0 0 32 16a15.8 15.8 0 0 0-1.6-6.96L16 7.644z" }), react_1.default.createElement("path", { fill: "#060", d: "M1.6 22.96a16 16 0 0 0 28.827 0z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M1.6 9.04h28.8a16 16 0 0 0-28.827 0z" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m16.267 12.284-.267-.8-.231.8h-.836l.676.49-.267.8.676-.49.675.49-.266-.8.675-.49zm-2.88 1.05-.267-.8-.231.8h-.836l.676.488-.267.8.676-.489.675.49-.266-.8.675-.49zm-2.551 1.28.266.8h.836l-.676.488.267.8-.676-.489-.675.49.266-.8-.675-.49h.835zm6.835 3.76 1.111-.56v2.364h-5.564v-2.356l1.11.56L16 16.712zm-7.387-.178-.266-.8-.24.8H8.95l.676.488-.267.8.676-.489.675.49-.267-.8.676-.49zm11.663-.8-.267.8h-.836l.676.488-.267.8.676-.489.675.49-.266-.8.675-.49h-.79zm-1.067-1.983.267-.8.23.8h.836l-.675.49.266.8-.675-.49-.676.49.267-.8-.676-.49zm-2.027-2.88-.266.8h-.81l.676.49-.266.8.675-.49.676.49-.267-.8.676-.49h-.836z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTjIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTjIcon.displayName = 'FlagTjIcon';