@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.08 kB
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: "M160-520q-33 0-56.5-23.5T80-600v-120q0-33 23.5-56.5T160-800h320q17 0 28.5 11.5T520-760v200q0 17-11.5 28.5T480-520H160Zm0-80h280v-120H160v120Zm0 440q-33 0-56.5-23.5T80-240v-120q0-33 23.5-56.5T160-440h400q17 0 28.5 11.5T600-400v200q0 17-11.5 28.5T560-160H160Zm0-80h360v-120H160v120Zm520-280h-40q-17 0-28.5-11.5T600-560v-200q0-17 11.5-28.5T640-800h181q21 0 33 17.5t4 37.5l-58 145h18q22 0 33 18.5t3 38.5L718-174q-3 8-9 11t-13 1q-7-2-11.5-7t-4.5-13v-338Zm-520-80v-120 120Zm0 360v-120 120Zm81.5-441.5Q233-690 220-690t-21.5 8.5Q190-673 190-660t8.5 21.5Q207-630 220-630t21.5-8.5Q250-647 250-660t-8.5-21.5Zm0 403Q250-287 250-300t-8.5-21.5Q233-330 220-330t-21.5 8.5Q190-313 190-300t8.5 21.5Q207-270 220-270t21.5-8.5Z" })
]))
}