@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 456 B
JavaScript
//#region virtual:play--filled--alt/16.js
const PlayFilledAlt16 = require("../utils-BpydAK29.cjs").createSVGComponent("PlayFilledAlt16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28Z" }
}]);
//#endregion
module.exports = PlayFilledAlt16;