mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 20:10:58 +00:00
15 lines
1.0 KiB
JavaScript
15 lines
1.0 KiB
JavaScript
/**
|
|
* @license @tabler/icons-react v3.44.0 - MIT
|
|
*
|
|
* This source code is licensed under the MIT license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createReactComponent from '../createReactComponent.mjs';
|
|
|
|
const __iconNode = [["path", { "d": "M16 4h-8a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", "key": "svg-0" }], ["path", { "d": "M22 6a1 1 0 0 1 .117 1.993l-.117 .007h-1v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", "key": "svg-1" }], ["path", { "d": "M3 6a2 2 0 0 1 1.995 1.85l.005 .15v8a2 2 0 0 1 -1.85 1.995l-.15 .005h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", "key": "svg-2" }]];
|
|
const IconCarouselHorizontalFilled = createReactComponent("filled", "carousel-horizontal-filled", "CarouselHorizontalFilled", __iconNode);
|
|
|
|
export { __iconNode, IconCarouselHorizontalFilled as default };
|
|
//# sourceMappingURL=IconCarouselHorizontalFilled.mjs.map
|