UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.88 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagPTIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagPTIcon = (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_4218_7182)" }, react_1.default.createElement("path", { d: "M0 16C0 22.88 4.34222 28.744 10.4356 31.0044L11.8258 16L10.4356 0.995544C4.34222 3.25599 0 9.11999 0 16Z", fill: "#006600" }), react_1.default.createElement("path", { d: "M32 16C32 7.16444 24.8355 0 16 0C14.0427 0 12.1689 0.352 10.4355 0.995556V31.0044C12.2164 31.6647 14.1007 32.0018 16 32C24.8355 32 32 24.8356 32 16Z", fill: "#FF0000" }), react_1.default.createElement("path", { d: "M10.4347 21.5653C13.5083 21.5653 16 19.0736 16 16C16 12.9263 13.5083 10.4347 10.4347 10.4347C7.36101 10.4347 4.86932 12.9263 4.86932 16C4.86932 19.0736 7.36101 21.5653 10.4347 21.5653Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M7.30399 13.2178V16.696C7.30399 18.4249 8.70576 19.8267 10.4347 19.8267C12.1635 19.8267 13.5653 18.4249 13.5653 16.696V13.2178H7.30399Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M10.4356 17.7396C9.86044 17.7396 9.392 17.2711 9.392 16.696V15.3049H11.4791V16.696C11.4791 17.2711 11.0107 17.7396 10.4356 17.7396Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7182" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagPTIcon.displayName = 'FlagPTIcon';