@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.65 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSDIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSDIcon = (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_7503)" },
react_1.default.createElement("path", { d: "M1.58757 9.04354C0.539453 11.2126 -0.00333382 13.591 1.54057e-05 16C-0.00333382 18.409 0.539453 20.7874 1.58757 22.9564L16 24.3467L30.4125 22.9555C31.4604 20.7868 32.0032 18.4087 32 16C32.0034 13.591 31.4606 11.2126 30.4125 9.04354L16 7.65332L1.58757 9.04354Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M1.58847 22.9565C4.17603 28.3085 9.65691 32 16 32C22.3431 32 27.824 28.3085 30.4116 22.9565H1.58847Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M1.58847 9.04356H30.4125C27.824 3.69156 22.3431 0 16 0C9.65691 0 4.17603 3.69156 1.58847 9.04356Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#496E2D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7503" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSDIcon.displayName = 'FlagSDIcon';