UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 929 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 CarouselHorizontal = (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-horizontal", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16 4H8a2 2 0 00-2 2v12a2 2 0 002 2h8a2 2 0 002-2V6a2 2 0 00-2-2zM22 6a1 1 0 01.117 1.993L22 8h-1v8h1a1 1 0 01.117 1.993L22 18h-1a2 2 0 01-1.995-1.85L19 16V8a2 2 0 011.85-1.995L21 6h1zM3 6a2 2 0 011.995 1.85L5 8v8a2 2 0 01-1.85 1.995L3 18H2a1 1 0 01-.117-1.993L2 16h1V8H2a1 1 0 01-.117-1.993L2 6h1z" })); exports.default = CarouselHorizontal;