UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagHKIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagHKIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6536)" }, react_1.default.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: "#D80027" }), react_1.default.createElement("path", { d: "M17.6519 12.1042C17.2882 13.6167 16.6422 13.3282 16.3251 14.6472C14.4574 14.1982 13.3072 12.32 13.7562 10.4522C14.2051 8.58454 16.0834 7.43429 17.9512 7.88336C17.317 10.5213 17.9772 10.7515 17.6519 12.1042Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M12.8054 13.225C14.1315 14.0381 13.6575 14.5635 14.8139 15.2727C13.8096 16.9103 11.6681 17.4237 10.0304 16.4195C8.39288 15.4154 7.87932 13.2737 8.88357 11.6361C11.1964 13.0544 11.6193 12.4977 12.8054 13.225Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M12.3736 18.1808C13.5568 17.1709 13.9099 17.784 14.9417 16.9034C16.1889 18.3644 16.0154 20.5599 14.5544 21.8071C13.0933 23.0543 10.8978 22.8806 9.65076 21.4197C11.7141 19.6583 11.3153 19.0839 12.3736 18.1808Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16.9534 20.1228C16.3584 18.6855 17.0506 18.539 16.532 17.2856C18.3069 16.5511 20.3414 17.3945 21.076 19.1694C21.8106 20.9443 20.9671 22.9788 19.1921 23.7134C18.1548 21.2066 17.4855 21.4084 16.9534 20.1228Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M20.2156 16.3672C18.6648 16.4889 18.7393 15.7852 17.3871 15.8913C17.2369 13.9763 18.6678 12.3019 20.5828 12.1516C22.4978 12.0017 24.1722 13.4324 24.3223 15.3475C21.6175 15.5596 21.6026 16.2585 20.2156 16.3672Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6536" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagHKIcon.displayName = 'FlagHKIcon';