naive-ui
Version:
A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast
14 lines • 300 B
JavaScript
import { c, cB } from "../../../../_utils/cssr/index.mjs";
export default cB('base-icon', `
height: 1em;
width: 1em;
line-height: 1em;
text-align: center;
display: inline-block;
position: relative;
fill: currentColor;
transform: translateZ(0);
`, [c('svg', `
height: 1em;
width: 1em;
`)]);