@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.83 kB
JavaScript
"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({ 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(#FlagSbIcon__a)" },
react_1.default.createElement("path", { fill: "#496E2D", d: "M27.314 27.314c6-6 6.237-15.582.713-21.867L16 16 5.449 28.027c6.284 5.524 15.865 5.287 21.867-.713z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c6-6 15.583-6.237 21.867-.713L16 16 3.973 26.551c-5.524-6.284-5.287-15.865.713-21.866z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M26.551 3.973 3.973 26.551l.713.763.763.713L28.027 5.45l-.714-.763z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m6.741 5.564.347 1.064h1.116l-.904.657.344 1.062-.904-.658-.904.658.347-1.063-.904-.658h1.117zM12.45 5.564l.346 1.064h1.118l-.904.657.346 1.063-.904-.657-.904.657.347-1.063-.904-.657h1.117zM6.741 11.13l.347 1.064h1.116l-.904.657.345 1.064-.904-.658-.904.658.347-1.063-.904-.658h1.117zM12.45 11.13l.346 1.064h1.118l-.904.657.346 1.064-.904-.658-.904.658.347-1.063-.904-.658h1.117zM9.596 8.347l.346 1.063h1.118l-.904.658.346 1.063-.904-.658-.904.658.347-1.063-.904-.658h1.117z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagSbIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagSbIcon.displayName = 'FlagSbIcon';