UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.56 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({ 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(#FlagPtIcon__a)" }, react_1.default.createElement("path", { fill: "#060", d: "M0 16c0 6.88 4.342 12.744 10.436 15.004L11.826 16 10.436.996C4.342 3.256 0 9.12 0 16" }), react_1.default.createElement("path", { fill: "red", d: "M32 16c0-8.836-7.164-16-16-16a16 16 0 0 0-5.564.996v30.008c1.78.66 3.665.998 5.564.996 8.836 0 16-7.164 16-16" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M10.435 21.565a5.565 5.565 0 1 0 0-11.13 5.565 5.565 0 0 0 0 11.13" }), react_1.default.createElement("path", { fill: "#D80027", d: "M7.304 13.218v3.478a3.13 3.13 0 0 0 6.261 0v-3.478z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M10.436 17.74a1.045 1.045 0 0 1-1.044-1.044v-1.391h2.087v1.391c0 .575-.468 1.044-1.043 1.044" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagPtIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagPtIcon.displayName = 'FlagPtIcon';