UNPKG

@ozen-ui/icons

Version:

A collection of icons

22 lines (21 loc) 3.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTmIcon = (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(#FlagTmIcon__a)" }, react_1.default.createElement("path", { fill: "#28AE66", fillRule: "evenodd", d: "M12.533.382A16 16 0 0 1 16 0h-.018c8.837 0 16 7.163 16 16s-7.163 16-16 16c-1.166 0-2.328-.129-3.466-.382L11.822 16zM0 16A15.9 15.9 0 0 1 4.178 5.227L4.87 16l-.693 10.773A15.9 15.9 0 0 1 0 16", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M23.405 12.071a4.89 4.89 0 0 0-1.992-5.769q.526.07 1.023.25a4.89 4.89 0 0 1 2.942 6.23 4.89 4.89 0 0 1-6.231 2.943 5 5 0 0 1-.942-.463 4.89 4.89 0 0 0 5.208-3.182zM19.04 5.689l-.684.889-1.05-.374.623.925-.685.889 1.067-.311.622.924.036-1.12 1.067-.311-1.05-.373z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m20.889 8.578-.684.889-1.05-.374.623.925-.685.889 1.067-.311.622.924.036-1.12 1.066-.311-1.048-.373zM15.778 6.756l-.685.888-1.049-.373.623.925-.685.888 1.067-.31.622.924.036-1.12 1.066-.311-1.048-.374zM15.707 10.045l-.685.888-1.049-.373.623.925-.685.888 1.067-.31.622.924.036-1.12 1.066-.311-1.049-.374zM18.844 11.173l-.684.89-1.049-.374.622.924-.684.89 1.067-.312.622.925.035-1.12 1.067-.312-1.049-.373z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M4.178 5.227v21.555a16 16 0 0 0 8.346 4.845V.382a16 16 0 0 0-8.346 4.845" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.36 8.427-1.404-1.05V5.912l1.395-1.04h1.973l1.396 1.04v1.467L9.333 8.427z" }), react_1.default.createElement("path", { fill: "#FF9811", d: "M8.356 4.862h-.978l-1.422 1.05v.71h2.4zM8.356 8.418h.977l1.396-1.04V6.63H8.356z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.36 27.129-1.404-1.04v-1.467l1.395-1.04h1.973l1.396 1.04v1.476l-1.396 1.04z" }), react_1.default.createElement("path", { fill: "#FF9811", fillRule: "evenodd", d: "M7.378 23.573h.978v1.76h-2.4v-.71zm1.955 3.556h-.977v-1.787h2.373v.747z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#496E2D", d: "m7.36 17.778-1.404-1.04v-1.476l1.404-1.04h1.973l1.396 1.04v1.476l-1.396 1.04zM10.782 20.071h-.604v-.604H9.11l-.755-.756-.756.756H6.533v.604H5.93v1.218h.604v.604H7.6l.756.756.755-.756h1.067v-.604h.604zM10.782 10.72h-.604v-.604H9.11l-.755-.756-.756.756H6.533v.604H5.93v1.218h.604v.604H7.6l.756.756.755-.756h1.067v-.604h.604z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M7.644 15.289H9.04v1.395H7.644zM8.347 12.213a.889.889 0 1 0 0-1.777.889.889 0 0 0 0 1.777M8.347 21.564a.889.889 0 1 0 0-1.777.889.889 0 0 0 0 1.777" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTmIcon.displayName = 'FlagTmIcon';