@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.07 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagKmIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagKmIcon__a)" },
React.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.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.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.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.createElement("path", { fill: "#6DA544", d: "M4.686 4.64c-6.249 6.249-6.249 16.379 0 22.628L16 15.954z" }),
React.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.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagKmIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagKmIcon.displayName = 'FlagKmIcon';