@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.78 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSSIcon = 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_7462)" },
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: "M30.752 9.79735C28.3289 4.04179 22.6365 1.31484e-05 16 1.31484e-05C11.7556 -0.00543342 7.68405 1.68146 4.68713 4.68712L8.69424 9.79824H30.752V9.79735Z", fill: "#373737" }),
React.createElement("path", { d: "M8.73958 22.1449L4.68625 27.3129C7.68338 30.3188 11.7553 32.0057 16 32C22.6596 32 28.3671 27.9316 30.7769 22.1449H8.73958Z", fill: "#496E2D" }),
React.createElement("path", { d: "M3.47824 11.7689V20.1742H31.4489C31.8156 18.8132 32.0009 17.4096 32 16C32.0011 14.5704 31.8107 13.1471 31.4338 11.768H3.47824V11.7689Z", fill: "#A2001D" }),
React.createElement("path", { d: "M4.68618 4.68625C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68625Z", fill: "#0052B4" }),
React.createElement("path", { d: "M5.21158 12.0222L7.16446 14.7556L10.36 13.7405L8.37158 16.44L10.3245 19.1654L7.14224 18.1076L5.15558 20.8L5.1778 17.4471L1.99557 16.3894L5.19113 15.3742L5.21158 12.0222Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7462" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagSSIcon.displayName = 'FlagSSIcon';