# Shape Button has different shapes. ```html Round Rect ``` ```js import cashOutline from 'naive-ui/lib/icons/cash-outline' export default { components: { cashOutline } } ``` ```css .n-button { margin: 0 8px 8px 0; } ```