@sanity/logos
The Sanity logos.
npm install @sanity/logos
# Install peer dependencies
npm install react
Usage
import {SanityLogo} from '@sanity/logos'
function App() {
return <SanityLogo style={{fontSize: 72}} />
}
Contributing and releasing new versions to npm
This package lives in the sanity-io/ui monorepo and uses Changesets to manage versioning and publishing.
When you make a change that should be released, add a changeset to your pull request:
pnpm changeset
Once pull requests with changesets are merged into the main branch, a "Version Packages" pull request is opened (and kept up to date) that bumps the affected package versions and updates their changelogs. Merging that pull request publishes the packages to npm through the Release workflow, which uses npm Trusted Publishing (OIDC).
License
MIT-licensed. See LICENSE.