UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 933 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const CarouselVertical = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-carousel-vertical", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18 6H6a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V8a2 2 0 00-2-2zM16 19a2 2 0 011.995 1.85L18 21v1a1 1 0 01-1.993.117L16 22v-1H8v1a1 1 0 01-1.993.117L6 22v-1a2 2 0 011.85-1.995L8 19h8zM17 1a1 1 0 01.993.883L18 2v1a2 2 0 01-1.85 1.995L16 5H8a2 2 0 01-1.995-1.85L6 3V2a1 1 0 011.993-.117L8 2v1h8V2a1 1 0 011-1z" })); exports.default = CarouselVertical;