UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPgIcon = 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(#FlagPgIcon__a)" }, React.createElement("path", { fill: "#3D3D3D", d: "M26.577 26.577c-6.08 6.08-15.939 6.08-22.02 0s-6.08-15.939 0-22.02 14.989-5.12 21.06.96c6.072 6.08 7.04 14.98.952 21.06z" }), React.createElement("path", { fill: "#A2001D", d: "M4.558 4.558c6.08-6.08 15.939-6.08 22.02 0s6.08 15.939 0 22.02" }), React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "m9.825 13.544.432 1.297h1.358l-1.098.796.432 1.297-1.098-.796-1.099.796.433-1.297-1.099-.796h1.358zm2.076 7.438.259.778h.813l-.657.476.26.778-.658-.476-.657.476.259-.778-.657-.476h.813zm-1.644 3.33-.432-1.298-.38 1.297H8.085l1.099.796-.433 1.297 1.099-.795 1.098.795-.432-1.297 1.098-.796zm3.546-7.378.433 1.297h1.332l-1.099.796.433 1.297-1.099-.795-1.098.795.432-1.297-1.098-.796h1.358zM6.28 18.231l-.433-1.297-.397 1.297H4.09l1.098.796-.44 1.297 1.098-.795 1.098.795-.433-1.297 1.099-.796z", clipRule: "evenodd" }), React.createElement("path", { fill: "#FFDA44", d: "M26.058 11.529a4.03 4.03 0 0 0-2.568-1.177l2.906-2.266a5.31 5.31 0 0 0-4.22-1.565 3.9 3.9 0 0 0-1.039-1.782l-1.159 2.292a2.4 2.4 0 0 0-.285-.38 1.7 1.7 0 0 0-2.396 0 1.694 1.694 0 0 0 .38 2.68l-2.3 1.151a3.9 3.9 0 0 0 1.782 1.038 5.48 5.48 0 0 0 1.557 4.238l2.542-3.27a1.014 1.014 0 0 1 1.427 0 .98.98 0 0 1 .295.719c0 .268-.104.518-.295.717l.952.952a2.34 2.34 0 0 0 .692-1.678c0-.52-.173-1.012-.467-1.418.458.122.876.364 1.21.7a2.714 2.714 0 0 1 0 3.831l.952.952a4.02 4.02 0 0 0 1.193-2.872 4.07 4.07 0 0 0-1.193-2.871z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagPgIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagPgIcon.displayName = 'FlagPgIcon';