UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.77 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagILIcon = 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_6596)" }, 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.96 3.47821H6.04889C4.58482 4.64418 3.33555 6.05679 2.35734 7.65243H29.6533C28.675 6.0569 27.4257 4.64431 25.9618 3.47821H25.96ZM18.0089 12.5218H22.0249H22.0267L20.0178 16L22.0249 19.4782H18.0089L16 22.9564L13.9929 19.4782H9.97512L11.984 16L9.97334 12.5218H13.9911L16 9.04354L18.0089 12.5218ZM17.2338 18.1369L18.4676 16L17.2347 13.8631H14.7671L13.5333 16L14.7662 18.1369H17.2338ZM16 11.7262L16.4596 12.5218H15.5413L16 11.7262ZM13.2178 13.8631H12.2996H12.2987L12.7582 14.6587L13.2178 13.8631ZM12.2996 18.1369L12.7591 17.3413L13.2187 18.1369H12.3004H12.2996ZM15.5413 19.4782L16 20.2738L16.4596 19.4782H15.5413ZM19.7005 18.1369H18.7822L19.2418 17.3413L19.7005 18.1369ZM19.7004 13.8631H18.7822H18.7813L19.2409 14.6587L19.7004 13.8631ZM25.952 28.5218H6.04089H6.04001C4.57606 27.3557 3.32681 25.9431 2.34845 24.3475H29.6436C28.6653 25.9432 27.4161 27.3558 25.952 28.5218Z", fill: "#0052B4" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6596" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagILIcon.displayName = 'FlagILIcon';