@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 605 B
JavaScript
//#region virtual:chat/16.js
const Chat16 = require("../utils-BpydAK29.cjs").createSVGComponent("Chat16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z" }
},
{
"elem": "path",
"attrs": { "d": "M8 10H24V12H8z" }
},
{
"elem": "path",
"attrs": { "d": "M8 16H18V18H8z" }
}
]);
//#endregion
module.exports = Chat16;