UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPHIcon = 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_7168)" }, 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: "#F0F0F0" }), React.createElement("path", { d: "M16 0V16L4.68622 27.3138C7.58222 30.2089 11.5822 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 16 0 16 0Z", fill: "#D80027" }), React.createElement("path", { d: "M16 0C11.5822 0 7.58222 1.79111 4.68622 4.68622L16 16H32C32 7.16444 24.8356 0 16 0Z", fill: "#0052B4" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.91734 7.16977L4.26667 6.26044L4.25956 7.37955L3.19289 7.71733L4.25334 8.07021L4.24445 9.18755L4.90845 8.28799L5.96889 8.64088L5.31822 7.73155L5.98222 6.83199L4.91734 7.16977ZM9.00178 15.0809L10.9556 16L9.00178 16.9191L10.0418 18.8124L7.92 18.4062L7.65156 20.5395L6.17334 18.9627L4.69511 20.5395L4.42667 18.4062L2.30489 18.8124L3.34489 16.9191L1.39111 16L3.344 15.0809L2.304 13.1875L4.42578 13.5938L4.69511 11.4498L6.17334 13.0267L7.65156 11.4498L7.92 13.5938L10.0418 13.1875L9.00178 15.0809ZM4.26667 22.8133L4.91734 23.7227L5.98222 23.3849L5.31822 24.2844L5.96889 25.1938L4.90845 24.8409L4.24445 25.7404L4.25334 24.6231L3.19289 24.2702L4.25956 23.9324L4.26667 22.8133ZM12.8924 15.4471L13.5413 14.5378L13.5484 15.6569L14.6151 15.9947L13.5547 16.3475L13.5636 17.4649L12.8996 16.5653L11.8391 16.9182L12.4898 16.0089L11.8258 15.1093L12.8924 15.4471Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7168" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagPHIcon.displayName = 'FlagPHIcon';