@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagNpIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagNpIcon = (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(#FlagNpIcon__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: "#0052B4", d: "M31.897 17.739 14.359.083q-1.175.12-2.319.41C5.118 2.256 0 16 0 16s22.4 14.99 24.956 13.26q.765-.518 1.468-1.121l-10.4-10.4h15.88z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M27.826 16 12.265.44C5.23 2.121 0 8.45 0 16c0 8.836 7.164 16 16 16 3.351 0 6.462-1.031 9.033-2.793L11.826 16z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "m13.913 8.874-1.422-.669.755-1.376-1.543.295-.195-1.559-1.067 1.156-1.067-1.156-.195 1.56-1.543-.296.755 1.376-1.422.669H6.26a4.174 4.174 0 1 0 8.349 0zm0 0H6.969l3.478.696zm1.305 14.75-1.954-.918 1.04-1.894-2.122.407-.268-2.144-1.479 1.576-1.478-1.576-.269 2.144-2.122-.407 1.04 1.894-1.954.919 1.954.919-1.04 1.893 2.122-.406.268 2.133 1.479-1.577 1.478 1.577.268-2.133 2.122.406-1.04-1.893z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagNpIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagNpIcon.displayName = 'FlagNpIcon';