UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagPkIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagPkIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagPkIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagPkIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagPkIcon.displayName = 'FlagPkIcon';