UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagLYIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagLYIcon = (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_6756)" }, react_1.default.createElement("path", { d: "M1.58756 9.04354C0.539437 11.2126 -0.00334908 13.591 1.4696e-07 16C-0.00334908 18.409 0.539437 20.7874 1.58756 22.9564L16 24.3467L30.4124 22.9555C31.4604 20.7868 32.0032 18.4087 32 16C32.0033 13.591 31.4606 11.2126 30.4124 9.04354L16 7.65332L1.58756 9.04354Z", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M1.58844 22.9564C4.176 28.3084 9.65688 32 16 32C22.3431 32 27.824 28.3084 30.4116 22.9564H1.58844Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M1.58844 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0C9.65688 0 4.176 3.69156 1.58844 9.04356Z", fill: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.6196 16C11.6259 18.4936 13.6486 20.5119 16.1422 20.5129H16.1413C16.8926 20.514 17.6321 20.327 18.2925 19.9689C17.254 20.9873 15.8571 21.5571 14.4027 21.5555C11.329 21.5555 8.83734 19.0639 8.83734 15.9902C8.83734 12.9166 11.329 10.4249 14.4027 10.4249C15.8571 10.4233 17.254 10.9931 18.2925 12.0115C17.6525 11.6738 16.92 11.4782 16.1413 11.4782C13.6446 11.4797 11.621 13.5033 11.6196 16ZM21.0462 14.8755L19.7333 13.0666L19.7156 15.3013L17.5893 15.9911L19.7227 16.6826L19.7209 18.9173L21.0365 17.1102L23.1698 17.8018L21.8569 15.9929L23.1725 14.1858L21.0462 14.8755Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6756" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagLYIcon.displayName = 'FlagLYIcon';