@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.47 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSaIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagSaIcon__a)" },
React.createElement("path", { fill: "#006C35", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M8.174 13.913a1.396 1.396 0 0 1-1.39 1.391v2.087a3.484 3.484 0 0 0 3.477-3.478v-4.87H8.174zm14.957 0v-4.87h2.087v4.87a3.484 3.484 0 0 1-3.478 3.478v-2.087a1.396 1.396 0 0 0 1.39-1.391m-12 7.305a2.09 2.09 0 0 1-2.087-2.087h13.913v2.087a1.74 1.74 0 0 1-1.74 1.74h-2.086a1.74 1.74 0 0 1-1.74-1.74zM22.087 9.044H20v4.869h2.087zm-5.216 2.782a.348.348 0 1 1-.696 0V9.044H14.09v2.782a.348.348 0 1 1-.696 0V9.044h-2.087v2.782a2.444 2.444 0 0 0 2.435 2.435c.518 0 .996-.162 1.391-.438a2.5 2.5 0 0 0 1.392.438q.156 0 .307-.02a1.39 1.39 0 0 1-1.351 1.064v2.087a3.484 3.484 0 0 0 3.478-3.478v-4.87h-2.087zm-2.435 3.478h-3.131v2.087h3.13z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagSaIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagSaIcon.displayName = 'FlagSaIcon';