How to use the octicons.question function in octicons

To help you get started, we’ve selected a few octicons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github serverwentdown / file-manager / index.js View on Github external
octicon: (i, options) => {
            if (!octicons[i]) {
                return new handlebars.SafeString(octicons.question.toSVG());
            }
            return new handlebars.SafeString(octicons[i].toSVG());
        },
        eachpath: (path, options) => {