UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 946 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBdIcon = 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", { fillRule: "evenodd", clipPath: "url(#FlagBdIcon__a)", clipRule: "evenodd" }, React.createElement("path", { fill: "#006A4E", d: "M16 0c8.836 0 16 7.164 16 16s-7.164 16-16 16S0 24.836 0 16 7.164 0 16 0" }), React.createElement("path", { fill: "#F42A41", d: "M16 6.222c5.4 0 9.778 4.378 9.778 9.778S21.4 25.778 16 25.778 6.222 21.4 6.222 16 10.6 6.222 16 6.222" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagBdIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBdIcon.displayName = 'FlagBdIcon';