Graphics materials for Baidu Light DLS.
npm install dls-graphicsShared graphic resources for Baidu Light DLS.
``sh`
npm i --save-dev dls-graphics
`js
import { loading } from 'dls-graphics'
console.log(loading)
/*
{
contents: '
For example, to use it in a React component:
`js
import { loading } from 'dls-graphics'
export function IconLoading() {
return (
{...loading.attrs}
dangerouslySetInnerHTML={{ __html: loading.contents }}
/>
)
}
`
#### Separate
To get