UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.88 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSCIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSCIcon = (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_7345)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M26.8 4.19556C23.9555 1.59111 20.1627 4.222e-07 16 4.222e-07C15.3272 -0.000153365 14.6551 0.0417059 13.9875 0.125334L6.26043 9.04356L0.506653 20.0089C0.874401 21.432 1.43769 22.7973 2.18043 24.0658L16 16L26.8 4.19556Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M29.3209 24.8649L6.93512 29.1849C9.51112 30.96 12.6347 32 16 32C21.5573 32 26.4533 29.1662 29.3209 24.8649Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M26.8027 4.19821L2.18845 24.08C2.83048 25.1747 3.59999 26.1895 4.48089 27.1031L32 16C32.0053 11.51 30.1185 7.22563 26.8027 4.19821Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M3.14033e-06 16C-0.000843233 17.352 0.169398 18.6987 0.50667 20.008L13.9876 0.124451C6.10134 1.11556 3.14033e-06 7.84534 3.14033e-06 16Z", fill: "#0052B4" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7345" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSCIcon.displayName = 'FlagSCIcon';