@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.89 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagLRIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagLRIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6737)" },
react_1.default.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_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.65778 5.8187H28.3413C27.4282 4.71324 26.3715 3.7348 25.1991 2.90936H6.8C5.62743 3.73455 4.57064 4.71302 3.65778 5.8187ZM0 16L0.0666667 17.4543H31.9333L32 16L31.9333 14.5458H0.0666667L0 16ZM30.2551 23.2729H1.74489C1.26948 22.343 0.886895 21.3685 0.602667 20.3636H31.3973C31.1131 21.3685 30.7305 22.343 30.2551 23.2729ZM6.8 29.0907H25.2C26.3724 28.2653 27.4291 27.2868 28.3422 26.1814H3.65689C4.56889 27.2854 5.62578 28.2649 6.79911 29.0907H6.8ZM31.3982 11.6445H0.602667V11.6356C0.887445 10.6337 1.27003 9.66219 1.74489 8.73514H30.256C30.7271 9.65692 31.1111 10.6311 31.3982 11.6445Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.2 2.90933H7.65155H7.64444C10.2551 1.06667 13.9129 0 16 0C19.4249 0 22.5973 1.06667 25.2 2.90933ZM30.256 8.72711H15.3049H15.304V5.81778H28.3431C29.0846 6.71517 29.726 7.69071 30.256 8.72711ZM15.3049 14.5458H31.9342C31.8461 13.5615 31.6666 12.5875 31.3982 11.6364H15.304V14.5458H15.3049ZM31.9333 17.4462C31.8452 18.4305 31.6658 19.4045 31.3973 20.3556H0.602666C0.337777 19.4178 0.155555 18.4453 0.0666656 17.4462H31.9333ZM3.65778 26.1724H28.3413C29.0827 25.275 29.7241 24.2995 30.2542 23.2631H1.74489C2.27491 24.2995 2.91633 25.2751 3.65778 26.1724ZM25.2 29.0907C22.5084 30.9893 19.2939 32.0059 16 32C12.7061 32.0059 9.4916 30.9893 6.8 29.0907H25.2Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M0.602666 11.6356C0.337777 12.5742 0.156443 13.5467 0.0666656 14.5458H16V0C8.67555 0 2.50222 4.92089 0.602666 11.6356Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M9.52444 4.17419L10.56 7.36264H13.9129L11.2 9.33331L12.2355 12.5217L9.52444 10.5511L6.81333 12.5217L7.84888 9.33331L5.13777 7.36264H8.48888L9.52444 4.17419Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6737" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagLRIcon.displayName = 'FlagLRIcon';