@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.64 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSCIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_7345)" },
React.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.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.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7345" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagSCIcon.displayName = 'FlagSCIcon';