UNPKG

@icongo/li

Version:
26 lines (25 loc) 994 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiViewCarousel = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiViewCarousel = function LIGuiViewCarousel(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.4 4.3v-.9H4.6v7.2h4.8V4.3zm1.2.3h1.2v4.8h-1.2V4.6zm-7.2 0H2.2v4.8h1.2V4.6zm7.2 6v1.2H3.4v-1.2H1V3.4h2.4V2.2h7.2v1.2H13v7.2h-2.4z", style: { fillRule: "evenodd" } }) })); }; exports.LIGuiViewCarousel = LIGuiViewCarousel;