forked from davidjerleke/embla-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2234-ba27e361ae9ae9837797.js
2 lines (2 loc) · 1.77 KB
/
2234-ba27e361ae9ae9837797.js
1
2
"use strict";(self.webpackChunkembla_carousel_docs=self.webpackChunkembla_carousel_docs||[]).push([[2234],{2234:function(n,t,o){o.r(t),t.default='import React from \'react\';\n\nexport const DotButton = (props) => {\n const { children, ...restProps } = props;\n \n return (<button type="button" {...restProps}>\n {children}\n </button>);\n};\n\nexport const PrevButton = (props) => {\n const { children, ...restProps } = props;\n \n return (<button className="embla__button embla__button--prev" type="button" {...restProps}>\n <svg className="embla__button__svg" viewBox="0 0 532 532">\n <path fill="currentColor" d="M355.66 11.354c13.793-13.805 36.208-13.805 50.001 0 13.785 13.804 13.785 36.238 0 50.034L201.22 266l204.442 204.61c13.785 13.805 13.785 36.239 0 50.044-13.793 13.796-36.208 13.796-50.002 0a5994246.277 5994246.277 0 0 0-229.332-229.454 35.065 35.065 0 0 1-10.326-25.126c0-9.2 3.393-18.26 10.326-25.2C172.192 194.973 332.731 34.31 355.66 11.354Z"/>\n </svg>\n {children}\n </button>);\n};\n\nexport const NextButton = (props) => {\n const { children, ...restProps } = props;\n \n return (<button className="embla__button embla__button--next" type="button" {...restProps}>\n <svg className="embla__button__svg" viewBox="0 0 532 532">\n <path fill="currentColor" d="M176.34 520.646c-13.793 13.805-36.208 13.805-50.001 0-13.785-13.804-13.785-36.238 0-50.034L330.78 266 126.34 61.391c-13.785-13.805-13.785-36.239 0-50.044 13.793-13.796 36.208-13.796 50.002 0 22.928 22.947 206.395 206.507 229.332 229.454a35.065 35.065 0 0 1 10.326 25.126c0 9.2-3.393 18.26-10.326 25.2-45.865 45.901-206.404 206.564-229.332 229.52Z"/>\n </svg>\n {children}\n </button>);\n};\n'}}]);
//# sourceMappingURL=2234-ba27e361ae9ae9837797.js.map