@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 441 B
JavaScript
//#region virtual:number--small--0/16.js
const NumberSmall_016 = require("../utils-BpydAK29.cjs").createSVGComponent("NumberSmall_016", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z" }
}]);
//#endregion
module.exports = NumberSmall_016;