UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.45 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMkIcon = 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(#FlagMkIcon__a)" }, React.createElement("path", { fill: "#FFDA44", 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: "M18.434 31.816a15.9 15.9 0 0 0 7.028-2.914L16 16l2.433 15.816M13.567.184A15.9 15.9 0 0 0 6.54 3.098L16 16zM6.539 28.903a15.94 15.94 0 0 0 7.028 2.914L16 16zM3.098 6.539a15.9 15.9 0 0 0-2.914 7.028L16 16zM.184 18.434a15.9 15.9 0 0 0 2.914 7.028L16 16zM31.816 13.567a15.9 15.9 0 0 0-2.914-7.028L16 16zM25.462 3.098A15.9 15.9 0 0 0 18.434.184L16 16zM28.903 25.462a15.93 15.93 0 0 0 2.914-7.028L16 16z" }), React.createElement("path", { fill: "#D80027", d: "M16 21.565a5.565 5.565 0 1 0 0-11.13 5.565 5.565 0 0 0 0 11.13" }), React.createElement("path", { fill: "#FFDA44", d: "M16 20.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagMkIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagMkIcon.displayName = 'FlagMkIcon';