@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 670 B
JavaScript
//#region virtual:MOV/24.js
const Mov24 = require("../utils-BpydAK29.cjs").createSVGComponent("Mov24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M28 9 26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9z" }
},
{
"elem": "path",
"attrs": { "d": "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11V21h4V11Z" }
},
{
"elem": "path",
"attrs": { "d": "M8 9 6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z" }
}
]);
//#endregion
module.exports = Mov24;