@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 795 B
JavaScript
//#region virtual:airline--manage-gates/24.js
const AirlineManageGates24 = require("../utils-BpydAK29.cjs").createSVGComponent("AirlineManageGates24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M18,23H16V21a3.0033,3.0033,0,0,0-3-3H9a3.0033,3.0033,0,0,0-3,3v2H4V21a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }
},
{
"elem": "path",
"attrs": { "d": "M11,6A3,3,0,1,1,8,9a3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,11,4Z" }
},
{
"elem": "path",
"attrs": { "d": "M2 26H30V28H2z" }
},
{
"elem": "path",
"attrs": { "d": "M22 4 22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4z" }
}
]);
//#endregion
module.exports = AirlineManageGates24;