@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 548 B
JavaScript
//#region virtual:currency--shekel/24.js
const CurrencyShekel24 = require("../utils-BpydAK29.cjs").createSVGComponent("CurrencyShekel24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z" }
}, {
"elem": "path",
"attrs": { "d": "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z" }
}]);
//#endregion
module.exports = CurrencyShekel24;