@braineet/ui
Version:
Braineet design system
29 lines • 1.31 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, 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;