@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 636 B
JavaScript
//#region virtual:previous--filled/16.js
const PreviousFilled16 = require("../utils-BpydAK29.cjs").createSVGComponent("PreviousFilled16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
"data-icon-path": "inner-path"
}
}]);
//#endregion
module.exports = PreviousFilled16;