@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 1.74 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSsIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSsIcon = (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(#FlagSsIcon__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: "#373737", d: "M30.752 9.797C28.329 4.042 22.637 0 16 0A15.95 15.95 0 0 0 4.687 4.687l4.007 5.111h22.058" }),
react_1.default.createElement("path", { fill: "#496E2D", d: "m8.74 22.145-4.054 5.168A15.95 15.95 0 0 0 16 32c6.66 0 12.367-4.068 14.777-9.855z" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M3.478 11.769v8.405h27.97c.368-1.36.553-2.764.552-4.174.001-1.43-.19-2.853-.566-4.232z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c-6.249 6.25-6.249 16.379 0 22.628L16 16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "m5.212 12.022 1.952 2.734 3.196-1.015-1.988 2.699 1.953 2.725-3.183-1.057L5.156 20.8l.022-3.353-3.182-1.058 3.195-1.015z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagSsIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagSsIcon.displayName = 'FlagSsIcon';