@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 398 B
JavaScript
//#region virtual:ordinal/32.js
const Ordinal32 = require("../utils-BpydAK29.cjs").createSVGComponent("Ordinal32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z" }
}]);
//#endregion
module.exports = Ordinal32;