UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 2.09 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagSAIcon = 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_7317)" }, 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: "#006C35" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.17419 13.9129C8.17175 14.6802 7.55036 15.3016 6.78308 15.304V17.3911C8.70263 17.3877 10.2579 15.8324 10.2613 13.9129V9.04355H8.17419V13.9129ZM23.1306 13.9129V9.04355H25.2177V13.9129C25.2143 15.8324 23.6591 17.3877 21.7395 17.3911V15.304C22.5068 15.3016 23.1282 14.6802 23.1306 13.9129ZM11.1306 21.2178C9.97836 21.2168 9.04451 20.2829 9.04353 19.1307H22.9573V21.2178C22.9558 22.1779 22.1779 22.9559 21.2177 22.9573H19.1306C18.1705 22.9559 17.3925 22.1779 17.3911 21.2178H11.1306ZM22.0871 9.04355H20V13.9129H22.0871V9.04355ZM16.8711 11.8258C16.8776 11.9543 16.8127 12.0759 16.7024 12.1421C16.592 12.2084 16.4542 12.2084 16.3438 12.1421C16.2335 12.0759 16.1686 11.9543 16.1751 11.8258V9.04355H14.0889V11.8258C14.0889 12.018 13.9331 12.1738 13.7409 12.1738C13.5487 12.1738 13.3929 12.018 13.3929 11.8258V9.04355H11.3057V11.8258C11.3106 13.1689 12.3982 14.2565 13.7413 14.2613C14.2586 14.2613 14.7369 14.0987 15.1324 13.8231C15.5271 14.0898 16.0071 14.2613 16.5235 14.2613C16.6275 14.2613 16.7297 14.2542 16.8311 14.2409C16.6835 14.8498 16.1342 15.3049 15.48 15.3049V17.392C17.3995 17.3886 18.9548 15.8333 18.9582 13.9138V9.04444H16.8711V11.8258ZM14.4355 15.304H11.3049V17.3911H14.4355V15.304Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7317" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagSAIcon.displayName = 'FlagSAIcon';