@ozen-ui/icons
Version:
A collection of icons
20 lines (19 loc) • 2.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMpIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMpIcon = (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(#FlagMpIcon__a)" },
react_1.default.createElement("g", { clipPath: "url(#FlagMpIcon__b)" },
react_1.default.createElement("path", { fill: "#338AF3", 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: "#F3F3F3", d: "M15.496 26.074a1.04 1.04 0 0 1-.928-.682 1.045 1.045 0 0 1-1.862-.48 1.045 1.045 0 0 1-1.726-.846 1.043 1.043 0 0 1-1.52-1.176 1.043 1.043 0 0 1-1.254-1.456 1.044 1.044 0 0 1-.934-1.68 1.043 1.043 0 0 1-.577-1.833A1.043 1.043 0 0 1 6.5 16.01a1.04 1.04 0 0 1-.538-1.018h.001c.043-.43.34-.773.728-.894a1.044 1.044 0 0 1 .572-1.835 1.045 1.045 0 0 1 .933-1.68 1.043 1.043 0 0 1 1.25-1.46 1.043 1.043 0 0 1 1.516-1.18 1.044 1.044 0 0 1 1.725-.849 1.044 1.044 0 0 1 1.86-.485 1.044 1.044 0 0 1 1.918-.099 1.044 1.044 0 0 1 1.9.287 1.044 1.044 0 0 1 1.804.665 1.043 1.043 0 0 1 1.632 1.014 1.044 1.044 0 0 1 1.395 1.32 1.044 1.044 0 0 1 1.102 1.575 1.045 1.045 0 0 1 .762 1.765 1.043 1.043 0 0 1 .39 1.882c.373.158.636.527.637.958V16c0 .43-.262.8-.634.96a1.043 1.043 0 0 1-.386 1.883 1.044 1.044 0 0 1-.759 1.766 1.044 1.044 0 0 1-1.098 1.577 1.045 1.045 0 0 1-1.392 1.324 1.045 1.045 0 0 1-1.63 1.018 1.044 1.044 0 0 1-1.802.669 1.044 1.044 0 0 1-1.9.29 1.04 1.04 0 0 1-.99.587" }),
react_1.default.createElement("path", { fill: "#338AF3", d: "M16 22.957a6.957 6.957 0 1 0 0-13.913 6.957 6.957 0 0 0 0 13.913" }),
react_1.default.createElement("path", { fill: "#BDBCC1", d: "M17.523 13.639c.341-.254.564-.659.564-1.117v-.696c0-.768-.623-1.391-1.391-1.391h-1.392c-.768 0-1.39.623-1.39 1.391v.696c0 .458.222.863.563 1.117l-1.26 12.796s.696.696 2.783.696 2.783-.696 2.783-.696z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m16 10.435 1.209 3.72h3.911l-3.164 2.299 1.208 3.72-3.164-2.3-3.165 2.3 1.21-3.72-3.165-2.3h3.911z" }))),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagMpIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" })),
react_1.default.createElement("clipPath", { id: "FlagMpIcon__b" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagMpIcon.displayName = 'FlagMpIcon';