@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 671 B
JavaScript
//#region virtual:carousel--horizontal/24.js
const CarouselHorizontal24 = require("../utils-BpydAK29.cjs").createSVGComponent("CarouselHorizontal24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M22,26H10a2,2,0,0,1-2-2V8a2,2,0,0,1,2-2H22a2,2,0,0,1,2,2V24A2,2,0,0,1,22,26ZM10,8V24H22V8Z" }
},
{
"elem": "path",
"attrs": { "d": "M4,24H0V22H4V10H0V8H4a2,2,0,0,1,2,2V22A2,2,0,0,1,4,24Z" }
},
{
"elem": "path",
"attrs": { "d": "M32,24H28a2,2,0,0,1-2-2V10a2,2,0,0,1,2-2h4v2H28V22h4Z" }
}
]);
//#endregion
module.exports = CarouselHorizontal24;