@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
44 lines (43 loc) • 927 B
JavaScript
//#region virtual:traffic--flow/24.js
const TrafficFlow24 = require("../utils-BpydAK29.cjs").createSVGComponent("TrafficFlow24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M26 8 22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8z" }
},
{
"elem": "path",
"attrs": { "d": "M12.59 22.58 11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58z" }
},
{
"elem": "path",
"attrs": { "d": "M2 2H4V30H2z" }
},
{
"elem": "path",
"attrs": { "d": "M28 2H30V30H28z" }
},
{
"elem": "path",
"attrs": { "d": "M15 2H17V6H15z" }
},
{
"elem": "path",
"attrs": { "d": "M15 10H17V14H15z" }
},
{
"elem": "path",
"attrs": { "d": "M15 18H17V22H15z" }
},
{
"elem": "path",
"attrs": { "d": "M15 26H17V30H15z" }
}
]);
//#endregion
module.exports = TrafficFlow24;