@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 816 B
JavaScript
//#region virtual:distribute--vertical-top/16.js
const DistributeVerticalTop16 = require("../utils-BpydAK29.cjs").createSVGComponent("DistributeVerticalTop16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M24,30H8a2.0021,2.0021,0,0,1-2-2V24a2.0021,2.0021,0,0,1,2-2H24a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,24,30ZM8,24v4H24V24Z" }
},
{
"elem": "path",
"attrs": { "d": "M2 18H30V20H2z" }
},
{
"elem": "path",
"attrs": { "d": "M20,14H12a2.0021,2.0021,0,0,1-2-2V8a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,20,14ZM12,8v4h8V8Z" }
},
{
"elem": "path",
"attrs": { "d": "M2 2H30V4H2z" }
}
]);
//#endregion
module.exports = DistributeVerticalTop16;