UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.89 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagKgIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagKgIcon = (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(#FlagKgIcon__a)" }, react_1.default.createElement("path", { fill: "#D80027", 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: "#FFDA44", d: "m23.825 16-3.197 1.504 1.702 3.097-3.472-.664-.44 3.507L16 20.864l-2.418 2.58-.44-3.508-3.472.664 1.702-3.097L8.175 16l3.197-1.504-1.702-3.097 3.472.664.44-3.507L16 11.136l2.418-2.58.44 3.508 3.472-.664-1.702 3.097z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M16 20.87a4.87 4.87 0 1 0 0-9.74 4.87 4.87 0 0 0 0 9.74" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M18.409 14.609a2.782 2.782 0 0 0-4.82 0c.847.004 1.678.23 2.41.655a4.84 4.84 0 0 1 2.41-.655m-5.2 1.409.355-.018h-.008c.426 0 .848.08 1.245.232a4.9 4.9 0 0 0-.94 1.557 2.77 2.77 0 0 1-.652-1.771M16 18.782c-.329 0-.643-.057-.936-.162.16-.625.489-1.184.936-1.623.454.446.778 1.007.936 1.623-.3.108-.617.163-.936.162m2.132-.994a4.9 4.9 0 0 0-.94-1.557h-.009a3.5 3.5 0 0 1 1.245-.232l.355.018a2.77 2.77 0 0 1-.651 1.771", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagKgIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagKgIcon.displayName = 'FlagKgIcon';