gatsby-plugin-material-symbols
Version:
Easily add Material Symbols to your Gatsby site, with various Gatsby-specific performance optimizations built-in.
6 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaterialSymbol = void 0;
var component_1 = require("./component");
Object.defineProperty(exports, "MaterialSymbol", { enumerable: true, get: function () { return component_1.MaterialSymbol; } });
//# sourceMappingURL=index.js.map