@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 450 B
JavaScript
//#region virtual:pressure--filled/20.js
const PressureFilled20 = require("../utils-BpydAK29.cjs").createSVGComponent("PressureFilled20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M22,30H10V25H6l10-9,10,9H22Z" }
}, {
"elem": "path",
"attrs": { "d": "M16,16,6,7h4V2H22V7h4Z" }
}]);
//#endregion
module.exports = PressureFilled20;