@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 621 B
JavaScript
//#region virtual:query-queue/32.js
const QueryQueue32 = require("../utils-BpydAK29.cjs").createSVGComponent("QueryQueue32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M10 6H28V8H10z" }
},
{
"elem": "path",
"attrs": { "d": "M10 12H28V14H10z" }
},
{
"elem": "path",
"attrs": { "d": "M15 18H28V20H15z" }
},
{
"elem": "path",
"attrs": { "d": "M10 24H28V26H10z" }
},
{
"elem": "path",
"attrs": { "d": "M4 14 11 19 4 24 4 14z" }
}
]);
//#endregion
module.exports = QueryQueue32;