@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 645 B
JavaScript
//#region virtual:closed-caption/16.js
const ClosedCaption16 = require("../utils-BpydAK29.cjs").createSVGComponent("ClosedCaption16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M15,21H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5v2H10v6h5Z" }
},
{
"elem": "path",
"attrs": { "d": "M25,21H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5v2H20v6h5Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z" }
}
]);
//#endregion
module.exports = ClosedCaption16;