@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 3.72 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagAqIcon = 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(#FlagAqIcon__a)" },
React.createElement("path", { fill: "#338AF3", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16" }),
React.createElement("path", { fill: "#fff", d: "M8.672 15.314c-.172-.345-.172-.345-.172-.69-.086 0-.102.016-.152.003s-.069.318-.23.253c-.027-.032.115-.272-.04-.372-.05-.032.013-.228-.009-.315 0 0-.197.103-.345-.258-.073-.095-.172.086-.172.086s.043.11-.035.137c-.11-.08-.192-.038-.332-.15-.14-.11.03-.238-.237-.332.173-.431.173-.345.604-.517-.259-.173-.259-.173-.431-.431-.259-.086-.345-.173-.604-.345C6.172 11.952 6 11.09 6 10.486c.218-.202.517.69.948.949l.604.258c.345.173.43.345.69.518l.775.258c.345.259.517.604.776.69.28 0 .334-.162.424-.172.507-.026.765-.09.867-.243.102-.121.347.07 1.037-.189l-.087-.344s.184-.151.431-.087c-.006-.157-.022-.578.222-.767-.148-.156-.05-.267-.05-.267s.138-.132.154-.202c-.072-.38.064-.386.094-.498s-.117-.073-.076-.227.292-.19.325-.318c.034-.127-.071-.19-.065-.22.054-.122.008-.407 0-.518.463-.124.614-.501.776-.345.086-.517.172-.69.69-.69.072-.158-.19-.293-.087-.344.173-.022.305-.011.507.25.064.083.075-.12.14-.142.064-.022.22-.022.242-.124a1.8 1.8 0 0 1 .146-.415c.072-.14.13.054.194.328.363.014 1.185.095 1.53.189.258.067.43-.067.679-.094.183.183.355.045.452.436.137.21.361.019.41.08.288.796 1.28.26 1.355.273.127 0 .281.355.38.347.163-.028.117-.138.258-.094-.037.3.278.644.278.868 0 0 .077.037.148-.029s.136-.237.2-.233c.15.022.211.041.385.072.468.16.706.195.887.277.085.155.167.234.338.205.141.095.038.22.122.228.172-.087.229-.18.401-.095.172.087.345.259.431.431 0 .087-.086.431 0 .949.043.172.064.309.25.604-.05.304.232.815.232.945 0 .172-.137.261-.223.433.345.259 0 .69-.173.949 1.293.258.69.776 1.724.517-.258.603-.167.555.092 1.158-.517.345-.01.45-.356.881-.021.027.205.375.523.375-.086.69-.345.43-.259 1.465-.678-.013-.404.773-.862.69.027.493.262.536.173 1.034-.345.087-.345.087-.517.345l-.26-.086c-.085.431-.258.517 0 .948 0 0-.333.011-.43 0-.008.148.148.189.172.345-.013.062-.49.334-.862.345-.097.213.259.44.237.547-.404.078-.582.574-.582.574s.208.083.173.172c-.11-.08-.173-.086-.345-.086-.086.021-.296-.006-.498.334-.221.073-.325.047-.493.269-.074-.211-.181.002-.312.084-.13.082-.306.286-.33.277.006-.059.081-.274.081-.274l-.43.086-.054.005c-.034.003-.025-.252-.107-.242-.081.009-.315.32-.395.33-.079.01-.104-.099-.173-.09s-.202.329-.25.337c-.049.009-.241-.194-.407-.165-.848.299-.983-.59-1.115-.09-.178-.093-.147-.039-.328.009-.115.03-.125-.153-.228-.15-.205.006-.194.2-.306.142-.091-.404-.644-.332-.698-.504-.043-.18.24-.179.331-.3.07-.177-.073-.243.211-.413.37-.25.158-.345.223-.533.116-.272.116-.338.02-.578 0 0-.289-.776-.345-.776-.173-.048-.173.286-.426.378-.517.172-1.43-.437-1.59-.437-.145.003-.819.16-.793-.176-.101.326-.471.076-.494.076-.345 0-.213.267-.445.256-.105-.035-1.166-.097-1.166-.097v.173l-.69-.345-.603-.172c-.518-.173-.259-.604-1.121-.345v-.517h-.431c.172-1.035 0-.518-.086-1.466l-.345.086c-.345-.466.48-.377-.259-.69 0 0 .014-.514-.172-.344-.038.021.086.258.086.258-.69-.086-.862-.258-.862-.948 0 0 .568.08.517 0-.08-.13-.186-.97-.167-1.026-.008-.114.528-.399.424-.671.066-.024.26-.027.26-.027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagAqIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagAqIcon.displayName = 'FlagAqIcon';