UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.41 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPkIcon = 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(#FlagPkIcon__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: "#F0F0F0", d: "M0 16c0 6.065 3.374 11.34 8.347 14.053V1.947C3.374 4.66 0 9.935 0 16" }), React.createElement("path", { fill: "#496E2D", d: "M16 0a15.9 15.9 0 0 0-7.652 1.946v28.107A15.9 15.9 0 0 0 16 32c8.836 0 16-7.164 16-16S24.836 0 16 0" }), React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M16.528 17.63a4.524 4.524 0 0 0 6.313 1.016l.002.001a4.5 4.5 0 0 0 1.425-1.7 5.565 5.565 0 0 1-9.995 2.313 5.566 5.566 0 0 1 5.334-8.763 4.524 4.524 0 0 0-3.08 7.132m7.366-5.966-1.14-1.228.182 1.663-1.511.705 1.644.324.2 1.664.816-1.464 1.645.325-1.14-1.23.815-1.464z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagPkIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagPkIcon.displayName = 'FlagPkIcon';