UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.34 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_5750)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#FFDA44" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.0044 10.4356H9.73955L4.6871 4.68712C7.68402 1.68146 11.7555 -0.00543342 16 1.31484e-05C22.88 1.31484e-05 28.744 4.34224 31.0044 10.4356ZM31.0044 21.5645H9.73866L9.73955 21.5653L4.6871 27.3129C7.68402 30.3186 11.7555 32.0055 16 32C22.88 32 28.744 27.6578 31.0044 21.5645Z", fill: "#338AF3" }), React.createElement("path", { d: "M4.68616 4.68628C-1.56273 10.9352 -1.56273 21.0649 4.68616 27.3138L15.9999 16.0001L4.68616 4.68628Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5750" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagBSIcon.displayName = 'FlagBSIcon';