@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 428 B
JavaScript
//#region virtual:area-range--solid/32.js
const AreaRangeSolid32 = require("../utils-BpydAK29.cjs").createSVGComponent("AreaRangeSolid32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M2 9H30V11H2z" }
}, {
"elem": "path",
"attrs": { "d": "M2 21H30V23H2z" }
}]);
//#endregion
module.exports = AreaRangeSolid32;