### 📝 Description <!-- Detailed description of the component and a link to the design --> A separator between two elements, usually consisting of a horizontal line. ### 💻 Proposed implementation <!-- If available, propose an implementation or hints that help with the implementation --> It's the `<hr>` element. ### 📃 Tasks <!-- Add any required tasks not listed, remove any unnecessary tasks --> - [ ] Implement styles according to design - [ ] Create storybook documentation - [ ] Add visual regression tests - [ ] Design review