UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.76 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagIQIcon = 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_6578)" }, 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: "#F0F0F0" }), React.createElement("path", { d: "M16 0C9.12 0 3.256 4.34222 0.995556 10.4356H31.0044C28.744 4.34222 22.88 0 16 0Z", fill: "#A2001D" }), React.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.995556C3.256 27.6578 9.12 32 16 32Z", fill: "#3D3D3D" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.174 14.9565L12.1476 14.9574V14.9565H9.08978C9.24445 14.3574 9.78845 13.9129 10.4356 13.9129V11.8258C8.51601 11.8292 6.96076 13.3845 6.95733 15.304V17.0436H12.1751C12.2674 17.0433 12.3559 17.0799 12.4211 17.1451C12.4864 17.2103 12.5229 17.2989 12.5227 17.3911V18.0871H5.56445V20.1743H14.608V17.392C14.6031 16.0495 13.5164 14.9622 12.174 14.9565ZM12.174 14.9565L12.1724 14.9565H12.1742L12.174 14.9565ZM17.392 18.0873V11.8268H15.3049V20.1824H18.7831V18.0953L17.392 18.0873ZM22.2604 11.8258H24.3476V18.0871H25.736V20.1743H19.4756V16H21.5644V18.0871H22.2604V11.8258Z", fill: "#496E2D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6578" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagIQIcon.displayName = 'FlagIQIcon';