@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.35 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagIlIcon = 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(#FlagIlIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M25.96 3.478H6.049a16.1 16.1 0 0 0-3.692 4.174h27.296a16.1 16.1 0 0 0-3.691-4.174zm-7.951 9.044h4.018L20.017 16l2.008 3.478h-4.016L16 22.956l-2.007-3.478H9.975L11.984 16l-2.01-3.478h4.017L16 9.044zm-.775 5.615L18.468 16l-1.233-2.137h-2.468L13.533 16l1.233 2.137zM16 11.727l.46.795h-.919zm-2.782 2.136h-.919l.46.796zm-.918 4.274.46-.796.459.796zm3.241 1.341.459.796.46-.796zm4.16-1.341h-.919l.46-.796zm0-4.274h-.919l.459.796zm6.251 14.659H6.04a16.1 16.1 0 0 1-3.692-4.174h27.296a16.1 16.1 0 0 1-3.692 4.174", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagIlIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagIlIcon.displayName = 'FlagIlIcon';