UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAiIcon = 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(#FlagAiIcon__a)" }, React.createElement("path", { fill: "#0052B4", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }), React.createElement("path", { fill: "#F0F0F0", d: "M15.957 16H16v-.042z" }), React.createElement("path", { fill: "#F0F0F0", d: "M16 8.348V0h-.003C7.162.002 0 7.164 0 16h8.348v-4.7l4.7 4.7h2.91l.042-.043V13.05l-4.7-4.701z" }), React.createElement("path", { fill: "#D80027", d: "M8.095 2.087a16.1 16.1 0 0 0-6.008 6.008V16H6.26V6.26H16V2.088z" }), React.createElement("path", { fill: "#D80027", d: "m16 14.032-5.685-5.685H8.348L16 16z" }), React.createElement("path", { fill: "#F3F3F3", d: "M27.059 18.343c.46-.633.767-1.406.767-2.342V9.044a3.46 3.46 0 0 1-2.087.696 3.47 3.47 0 0 1-2.783-1.391 3.47 3.47 0 0 1-2.782 1.391 3.46 3.46 0 0 1-2.087-.695V16c0 .936.307 1.71.767 2.342z" }), React.createElement("path", { fill: "#FF9811", d: "M25.611 14.71c.222-.541.394-1.33.394-1.724 0-.632-.823-1.144-.823-1.144s-.824.512-.824 1.144c0 .393.173 1.183.394 1.723l-.475 1.074a2.4 2.4 0 0 0 1.81 0zM22.393 11.235c-.578.078-1.348.324-1.689.52-.547.316-.579 1.285-.579 1.285s.856.457 1.402.142c.341-.197.939-.741 1.296-1.203l1.167-.125a2.4 2.4 0 0 0-.905-1.568zM20.993 15.759c.357.462.955 1.006 1.296 1.202.547.316 1.402-.14 1.402-.14s-.032-.97-.58-1.286c-.34-.196-1.11-.442-1.688-.52l-.692-.949a2.4 2.4 0 0 0-.905 1.568z" }), React.createElement("path", { fill: "#338AF3", d: "M18.682 18.087c1.3 2.085 4.275 2.782 4.275 2.782s2.975-.697 4.274-2.782z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAiIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAiIcon.displayName = 'FlagAiIcon';