@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.78 kB
JavaScript
"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({ 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(#FlagSgIcon__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: "#D80027", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16" }),
react_1.default.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M13.564 3.6A4.87 4.87 0 0 0 9.74 8.35a4.87 4.87 0 0 0 3.825 4.752 4.871 4.871 0 0 1-5.913-4.756 4.87 4.87 0 0 1 5.913-4.748m2.791 1.289L16 3.826l-.317 1.063h-1.118l.904.658-.355 1.063.904-.658.906.658-.355-1.063.904-.658zM13.29 5.913l.345 1.063h1.117l-.904.658.356 1.063-.904-.658-.904.658.355-1.063-.904-.658h1.118zm5.778 1.063-.356-1.063-.315 1.063H17.28l.904.658-.355 1.063.904-.658.904.658-.356-1.063.904-.658zm-1.4 2.068.356 1.063h1.117l-.904.658.356 1.063-.904-.658-.904.658.356-1.063-.905-.658h1.118zm-2.99 1.063-.345-1.063-.325 1.063H12.89l.904.658-.356 1.063.904-.658.904.658-.355-1.063.904-.658z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagSgIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagSgIcon.displayName = 'FlagSgIcon';