@splidejs/splide
Version:
Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.
15 lines (12 loc) • 312 B
text/typescript
/**
* The namespace for SVG elements.
*/
export const XML_NAME_SPACE = 'http://www.w3.org/2000/svg';
/**
* The arrow path.
*/
export const PATH = 'm15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z';
/**
* SVG width and height.
*/
export const SIZE = 40;