UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.64 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMyIcon = 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(#FlagMyIcon__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", fillRule: "evenodd", d: "M29.652 7.644H15.305V3.47H25.96a16.1 16.1 0 0 1 3.692 4.174M32 16H15.305v-4.174h16.144C31.815 13.186 32 14.59 32 16M16 32c3.765 0 7.227-1.301 9.96-3.478H6.049A15.9 15.9 0 0 0 16 32m13.653-7.645H2.348a15.9 15.9 0 0 1-1.797-4.174h30.9a15.9 15.9 0 0 1-1.798 4.174", clipRule: "evenodd" }), React.createElement("path", { fill: "#0052B4", d: "M16 16V0C7.164 0 0 7.164 0 16z" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M6.684 9.74a3.956 3.956 0 0 0 5.838 3.48 4.85 4.85 0 0 1-3.404 1.389 4.87 4.87 0 0 1-4.87-4.87 4.87 4.87 0 0 1 4.87-4.869 4.85 4.85 0 0 1 3.404 1.389 3.956 3.956 0 0 0-5.838 3.48m5.782-1.315-.711-1.469-.697 1.469-1.587-.366.711 1.465-1.275 1.011 1.588.358-.004 1.629 1.27-1.019 1.272 1.019-.005-1.629 1.589-.358-1.276-1.011.712-1.465z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagMyIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagMyIcon.displayName = 'FlagMyIcon';