@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 868 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M280-600h126q-3-9-4.5-19t-1.5-21q0-11 1.5-21t4.5-19H280v80Zm469 25q51-15 51-65t-51-65q-51-15-109-15t-109 15q-51 15-51 65t51 65q51 15 109 15t109-15ZM160-160q-33 0-56.5-23.5T80-240v-280q0-33 23.5-56.5T160-600h40v-80q0-33 23.5-56.5T280-760h195q34-20 77-30t88-10q91 0 165.5 39.5T880-640v400q0 33-23.5 56.5T800-160H640v-160q0-17-11.5-28.5T600-360q-17 0-28.5 11.5T560-320v160h-80v-160q0-17-11.5-28.5T440-360q-17 0-28.5 11.5T400-320v160h-80v-160q0-17-11.5-28.5T280-360q-17 0-28.5 11.5T240-320v160h-80Z" })
]))
}