@atlaskit/logo
Version:
A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.
17 lines • 438 B
JSON
{
"name": "@atlaskit/logo/statuspage-icon",
"main": "../dist/cjs/statuspage-logo/icon.js",
"module": "../dist/esm/statuspage-logo/icon.js",
"module:es2019": "../dist/es2019/statuspage-logo/icon.js",
"sideEffects": [
"**/*.compiled.css"
],
"types": "../dist/types/statuspage-logo/icon.d.ts",
"typesVersions": {
">=4.5 <5.4": {
"*": [
"../dist/types-ts4.5/statuspage-logo/icon.d.ts"
]
}
}
}