UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagHNIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagHNIcon = (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_6523)" }, 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: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.58755 9.04356C4.176 3.69156 9.65689 0 16 0C22.3431 0 27.8249 3.69156 30.4124 9.04356H1.58755ZM30.4124 22.9564C27.824 28.3084 22.3431 32 16 32C9.65689 32 4.176 28.3084 1.58755 22.9564H30.4124ZM9.84711 10.4356L10.3653 12.0302H12.0418L10.6844 13.0133L11.2027 14.608L9.84622 13.6231L8.48978 14.608L9.008 13.0133L7.65156 12.0284H9.328L9.84711 10.4356ZM10.3653 18.9858L9.84711 17.3911L9.32089 18.9867H7.64444L9.00889 19.9707L8.49067 21.5653L9.84711 20.5804L11.2036 21.5653L10.6853 19.9707L12.0418 18.9858H10.3653Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M22.1538 10.4355L22.672 12.0302H24.3484L22.992 13.0151L23.5102 14.6098L22.1538 13.6249L20.7973 14.6098L21.3156 13.0151L19.9591 12.0302H21.6356L22.1538 10.4355Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M22.1538 17.3911L22.672 18.9858H24.3484L22.992 19.9707L23.5102 21.5653L22.1538 20.5804L20.7973 21.5653L21.3156 19.9707L19.9591 18.9858H21.6356L22.1538 17.3911Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M16 13.9129L16.5182 15.5076H18.1947L16.8382 16.4925L17.3564 18.0871L16 17.1022L14.6436 18.0871L15.1618 16.4925L13.8053 15.5076H15.4818L16 13.9129Z", fill: "#338AF3" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6523" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagHNIcon.displayName = 'FlagHNIcon';