UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.61 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPhIcon = 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(#FlagPhIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", 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: "#D80027", d: "M16 0v16L4.686 27.314A15.95 15.95 0 0 0 16 32c8.836 0 16-7.164 16-16S16 0 16 0" }), React.createElement("path", { fill: "#0052B4", d: "M16 0A15.95 15.95 0 0 0 4.686 4.686L16 16h16c0-8.836-7.164-16-16-16" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m4.917 7.17-.65-.91-.007 1.12-1.067.337 1.06.353-.009 1.118.664-.9 1.06.353-.65-.91.664-.899zm4.085 7.91 1.954.92-1.954.92 1.04 1.892-2.122-.406-.268 2.134-1.479-1.577-1.478 1.576-.268-2.133-2.122.406 1.04-1.893L1.39 16l1.953-.92-1.04-1.892 2.122.406.27-2.144 1.477 1.577 1.479-1.577.268 2.144 2.122-.406zm-4.735 7.733.65.91 1.065-.338-.664.9.65.909-1.06-.353-.664.9.01-1.118-1.061-.353 1.067-.338zm8.625-7.366.65-.91.006 1.12 1.067.338-1.06.353.009 1.117-.664-.9-1.06.353.65-.91-.664-.899z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagPhIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagPhIcon.displayName = 'FlagPhIcon';