@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 426 B
JavaScript
//#region virtual:stop--filled--alt/32.js
const StopFilledAlt32 = require("../utils-BpydAK29.cjs").createSVGComponent("StopFilledAlt32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }
}]);
//#endregion
module.exports = StopFilledAlt32;