UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSBIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSBIcon = (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_7408)" }, react_1.default.createElement("path", { d: "M27.3138 27.3138C33.3138 21.3138 33.5511 11.7316 28.0267 5.44711L16 16L5.44889 28.0267C11.7333 33.5511 21.3138 33.3138 27.3156 27.3138H27.3138Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M4.68632 4.68631C10.6863 -1.31369 20.2685 -1.55102 26.553 3.97342L16.0001 16.0001L3.97343 26.5512C-1.55102 20.2668 -1.31368 10.6863 4.68632 4.68453V4.68631Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M26.5511 3.97333L3.97333 26.5511L4.68622 27.3138L5.44889 28.0275L28.0267 5.44888L27.3129 4.68622L26.5502 3.97333L26.5511 3.97333Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M6.74133 5.56442L7.088 6.62753H8.20444L7.30044 7.28531L7.64444 8.34664L6.74044 7.68887L5.83644 8.34664L6.18311 7.28353L5.27911 6.62576H6.39644L6.74133 5.56442Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M12.4498 5.56442L12.7964 6.62753H13.9138L13.0098 7.28531L13.3564 8.34842L12.4524 7.69064L11.5484 8.34842L11.8951 7.28531L10.9911 6.62753H12.1084L12.4498 5.56442Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M6.74133 11.1306L7.088 12.1938H8.20444L7.30044 12.8515L7.64533 13.9146L6.74133 13.2569L5.83733 13.9146L6.184 12.8515L5.28 12.1938H6.39733L6.74133 11.1306Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M12.4498 11.1306L12.7964 12.1938H13.9138L13.0098 12.8515L13.3564 13.9146L12.4524 13.2569L11.5484 13.9146L11.8951 12.8515L10.9911 12.1938H12.1084L12.4498 11.1306Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M9.59556 8.34665L9.94222 9.40976H11.0596L10.1556 10.0675L10.5022 11.1306L9.59822 10.4729L8.69422 11.1306L9.04089 10.0675L8.13689 9.40976H9.25422L9.59556 8.34665Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7408" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSBIcon.displayName = 'FlagSBIcon';