@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.56 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagIlIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagIlIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagIlIcon__a)" },
react_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagIlIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagIlIcon.displayName = 'FlagIlIcon';