UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSNIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSNIcon = (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_7327)" }, react_1.default.createElement("path", { d: "M22.9564 1.58754C20.7874 0.539422 18.409 -0.00336434 16 -1.51118e-05C13.591 -0.00336434 11.2126 0.539422 9.04354 1.58754L7.65332 16L9.04443 30.4124C11.2132 31.4604 13.5913 32.0032 16 32C18.409 32.0033 20.7874 31.4605 22.9564 30.4124L24.3467 16L22.9564 1.58754Z", fill: "#FFDA44" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 16C0 9.65688 3.69156 4.176 9.04356 1.58844V30.4116C3.69156 27.824 0 22.3431 0 16ZM17.3813 14.6871L16 10.4356L14.6169 14.6862H10.1458L13.7636 17.3138L12.3822 21.5653L16 18.9378L19.616 21.5662L18.2347 17.3147L21.8524 14.6871H17.3813Z", fill: "#496E2D" }), react_1.default.createElement("path", { d: "M22.9565 1.58844V30.4124C28.3085 27.824 32 22.3431 32 16C32 9.65688 28.3085 4.176 22.9565 1.58844Z", fill: "#D80027" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7327" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSNIcon.displayName = 'FlagSNIcon';