@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 430 B
JavaScript
//#region virtual:number--small--2/20.js
const NumberSmall_220 = require("../utils-BpydAK29.cjs").createSVGComponent("NumberSmall_220", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z" }
}]);
//#endregion
module.exports = NumberSmall_220;