UNPKG

@ozen-ui/icons

Version:

A collection of icons

21 lines (20 loc) 2.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagKmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagKmIcon = (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(#FlagKmIcon__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: "M32 15.954H14.655c-3.443 3.443-5.526 6.102-7.653 8.228l9.043.815 14.034-1.39A15.9 15.9 0 0 0 32 16z" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M7.003 8.302h23.025C27.307 3.354 22.044 0 16 0A15.95 15.95 0 0 0 4.71 4.664z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M7.698 23.606C6.26 25.044 5.704 26.25 4.664 27.29A15.94 15.94 0 0 0 16 32c6.084 0 11.373-3.395 14.08-8.394z" }), react_1.default.createElement("path", { fill: "#6DA544", d: "M4.686 4.64c-6.249 6.249-6.249 16.379 0 22.628L16 15.954z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M4.22 15.954a4.87 4.87 0 0 1 3.826-4.757 4.871 4.871 0 0 0-5.913 4.756 4.87 4.87 0 0 0 5.913 4.757 4.87 4.87 0 0 1-3.826-4.756" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.993 11.78.258.797h.838l-.678.492.257.798-.678-.493-.678.493.258-.798-.678-.492h.841zM7.993 13.867l.258.797h.838l-.678.492.257.798-.678-.493-.678.493.258-.798-.678-.492h.841z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.993 15.954.258.797h.838l-.678.493.257.797-.678-.492-.678.492.258-.797-.678-.493h.841z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.993 18.04.258.797h.838l-.678.493.257.797-.678-.492-.678.492.258-.797-.678-.493h.841z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagKmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagKmIcon.displayName = 'FlagKmIcon';