@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.56 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagPrIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagPrIcon = (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(#FlagPrIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", 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: "#D80027", d: "M16 0C10.765 0 6.118 2.514 3.2 6.4h25.6C25.883 2.514 21.236 0 16 0M16 32c5.235 0 9.882-2.514 12.8-6.4H3.2C6.117 29.486 10.764 32 16 32M0 16c0 1.096.11 2.166.32 3.2h31.36c.21-1.034.32-2.104.32-3.2s-.11-2.166-.32-3.2H.32A16 16 0 0 0 0 16" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c-6.248 6.249-6.248 16.38 0 22.628L16 16z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m6.476 11.826 1.036 3.188h3.352l-2.712 1.971 1.036 3.189-2.712-1.97-2.713 1.97L4.8 16.985l-2.712-1.97H5.44z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagPrIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagPrIcon.displayName = 'FlagPrIcon';