UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.32 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPtIcon = 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(#FlagPtIcon__a)" }, React.createElement("path", { fill: "#060", d: "M0 16c0 6.88 4.342 12.744 10.436 15.004L11.826 16 10.436.996C4.342 3.256 0 9.12 0 16" }), React.createElement("path", { fill: "red", d: "M32 16c0-8.836-7.164-16-16-16a16 16 0 0 0-5.564.996v30.008c1.78.66 3.665.998 5.564.996 8.836 0 16-7.164 16-16" }), React.createElement("path", { fill: "#FFDA44", d: "M10.435 21.565a5.565 5.565 0 1 0 0-11.13 5.565 5.565 0 0 0 0 11.13" }), React.createElement("path", { fill: "#D80027", d: "M7.304 13.218v3.478a3.13 3.13 0 0 0 6.261 0v-3.478z" }), React.createElement("path", { fill: "#F0F0F0", d: "M10.436 17.74a1.045 1.045 0 0 1-1.044-1.044v-1.391h2.087v1.391c0 .575-.468 1.044-1.043 1.044" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagPtIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagPtIcon.displayName = 'FlagPtIcon';