@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 621 B
JavaScript
//#region virtual:restaurant/16.js
const Restaurant16 = require("../utils-BpydAK29.cjs").createSVGComponent("Restaurant16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M9 2H11V12H9z" }
},
{
"elem": "path",
"attrs": { "d": "M14,11a4,4,0,0,1-8,0V2H4v9a6,6,0,0,0,5,5.91V30h2V16.91A6,6,0,0,0,16,11V2H14Z" }
},
{
"elem": "path",
"attrs": { "d": "M22,2H21V30h2V20h3a2,2,0,0,0,2-2V8A5.78,5.78,0,0,0,22,2Zm4,16H23V4.09c2.88.56,3,3.54,3,3.91Z" }
}
]);
//#endregion
module.exports = Restaurant16;