@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.09 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagKeIcon = 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(#FlagKeIcon__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: "#3D3D3D", d: "M16 0C9.657 0 4.176 3.692 1.588 9.044h28.824C27.824 3.692 22.343 0 16 0" }),
React.createElement("path", { fill: "#496E2D", d: "M16 32c-6.343 0-11.824-3.692-14.412-9.044h28.824C27.824 28.308 22.343 32 16 32" }),
React.createElement("path", { fill: "#A2001D", d: "M31.244 11.13H.756a16.07 16.07 0 0 0 0 9.74h30.488a16.07 16.07 0 0 0 0-9.74" }),
React.createElement("path", { fill: "#F0F0F0", d: "m20.982 7.396-1.895-.875L16 13.51 12.913 6.52l-1.895.875L14.85 16l-3.833 8.606 1.895.875L16 18.49l3.087 6.99 1.895-.874L17.15 16z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M17.287 8.219C16.554 7.419 16 6.956 16 6.956s-.554.46-1.287 1.263v15.564c.733.8 1.287 1.262 1.287 1.262s.554-.46 1.287-1.262z" }),
React.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "M12.522 20.797v-9.595c.776-1.373 1.724-2.498 2.435-3.245v16.085c-.71-.745-1.66-1.871-2.435-3.245m4.522-12.839c.71.745 1.66 1.871 2.435 3.245V20.8c-.776 1.373-1.724 2.498-2.435 3.245z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#000", fillRule: "evenodd", d: "M11.13 16c0 1.763.607 3.407 1.392 4.797v-9.594c-.785 1.39-1.391 3.034-1.391 4.797m9.74 0c0 1.763-.607 3.407-1.392 4.797v-9.594c.785 1.39 1.391 3.034 1.391 4.797", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagKeIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagKeIcon.displayName = 'FlagKeIcon';