@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.6 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagPfIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagPfIcon = (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(#FlagPfIcon__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: "M1.945 8.348h28.11C27.34 3.374 22.065 0 16 0S4.66 3.374 1.945 8.348M16 32c6.065 0 11.34-3.374 14.055-8.348H1.945C4.66 28.626 9.935 32 16 32" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M21.565 16c0 3.074-2.491 4.87-5.565 4.87s-5.565-1.796-5.565-4.87a5.565 5.565 0 1 1 11.13 0" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M21.565 16a5.565 5.565 0 1 1-11.13 0" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M12.522 14.609h1.391v2.783h-1.391zM18.087 14.609h1.391v2.783h-1.391zM15.304 12.522h1.391v4.87h-1.391z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagPfIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagPfIcon.displayName = 'FlagPfIcon';