UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTzIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTzIcon = (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(#FlagTzIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), react_1.default.createElement("path", { fill: "#000", d: "M4.686 27.314c.671.67 1.388 1.27 2.139 1.796L29.11 6.825a16.1 16.1 0 0 0-3.935-3.935L2.89 25.175a16 16 0 0 0 1.796 2.139" }), react_1.default.createElement("path", { fill: "#6DA544", d: "M4.686 4.686C-.36 9.734-1.33 17.315 1.777 23.336l21.56-21.559C17.314-1.33 9.733-.36 4.686 4.687" }), react_1.default.createElement("path", { fill: "#338AF3", d: "M27.314 27.314c5.047-5.048 6.016-12.629 2.909-18.65L8.663 30.223c6.022 3.107 13.603 2.138 18.65-2.91" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTzIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTzIcon.displayName = 'FlagTzIcon';