UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.35 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPsIcon = 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(#FlagPsIcon__a)" }, React.createElement("path", { fill: "#000", d: "m5.376 4.036 8.846 6.642 16.87-.004C28.898 4.456 22.97 0 16 0A15.94 15.94 0 0 0 5.376 4.036" }), React.createElement("path", { fill: "#ED2E38", d: "m14.222 21.322 3.544-2.655A559 559 0 0 0 21.309 16a559 559 0 0 0-3.543-2.667l-3.544-2.655-8.846-6.642A15.96 15.96 0 0 0 0 16a15.96 15.96 0 0 0 5.376 11.964z" }), React.createElement("path", { fill: "#009639", d: "m14.222 21.322-8.846 6.642A15.94 15.94 0 0 0 16 32c6.97 0 12.898-4.456 15.092-10.674z" }), React.createElement("path", { fill: "#fff", d: "m17.766 18.667-3.544 2.655 16.87.004C31.68 19.66 32 17.867 32 16s-.32-3.66-.908-5.326l-16.87.004 3.544 2.655A559 559 0 0 1 21.309 16a559 559 0 0 1-3.543 2.667" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagPsIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagPsIcon.displayName = 'FlagPsIcon';