@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 619 B
JavaScript
//#region virtual:checkmark--filled/16.js
const CheckmarkFilled16 = require("../utils-BpydAK29.cjs").createSVGComponent("CheckmarkFilled16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z" }
}, {
"elem": "path",
"attrs": {
"d": "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
"data-icon-path": "inner-path",
"opacity": "0"
}
}]);
//#endregion
module.exports = CheckmarkFilled16;