UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSGIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSGIcon = (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_7357)" }, 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", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16", fill: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5644 3.59913C11.3322 4.08959 9.74128 6.06601 9.73866 8.35113C9.74128 10.6362 11.3322 12.6127 13.5644 13.1031C13.2284 13.176 12.8791 13.216 12.5209 13.216C9.83203 13.215 7.65253 11.0355 7.65155 8.34668C7.65743 5.6613 9.8355 3.48721 12.5209 3.48624C12.8718 3.48631 13.2216 3.52415 13.5644 3.59913ZM16.3555 4.8889L16 3.82579L15.6827 4.8889H14.5653L15.4693 5.54668L15.1138 6.60979L16.0178 5.95201L16.9244 6.60979L16.5689 5.54668L17.4729 4.8889H16.3555ZM13.2889 5.9129L13.6338 6.97601H14.7511L13.8471 7.63379L14.2027 8.6969L13.2987 8.03913L12.3947 8.6969L12.7502 7.63379L11.8462 6.97601H12.9636L13.2889 5.9129ZM19.0667 6.97601L18.7111 5.9129L18.3964 6.97601H17.2791L18.1831 7.63379L17.8276 8.6969L18.7316 8.03913L19.6356 8.6969L19.28 7.63379L20.184 6.97601H19.0667ZM17.6676 9.04357L18.0231 10.1067H19.1404L18.2364 10.7645L18.592 11.8276L17.688 11.1698L16.784 11.8276L17.1396 10.7645L16.2355 10.1067H17.3529L17.6676 9.04357ZM14.6773 10.1067L14.3324 9.04357L14.0071 10.1067H12.8898L13.7938 10.7645L13.4382 11.8276L14.3422 11.1698L15.2462 11.8276L14.8907 10.7645L15.7947 10.1067H14.6773Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7357" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSGIcon.displayName = 'FlagSGIcon';