UNPKG

@braineet/ui

Version:

Braineet design system

30 lines 1.41 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Caroussel(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("path", { d: "M8 6H16V18H8V6Z", stroke: "currentColor", strokeWidth: 2 }), /*#__PURE__*/_jsxs("g", { opacity: 0.6, children: [/*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6.85714C2 6.38376 2.44772 6 3 6H4C4.55228 6 5 6.38376 5 6.85714V17.1429C5 17.6162 4.55228 18 4 18H3C2.44772 18 2 17.6162 2 17.1429V6.85714Z", fill: "currentColor" }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 6.85714C19 6.38376 19.4477 6 20 6H21C21.5523 6 22 6.38376 22 6.85714V17.1429C22 17.6162 21.5523 18 21 18H20C19.4477 18 19 17.6162 19 17.1429V6.85714Z", fill: "currentColor" })] })] })); } export default Caroussel;