UNPKG

@bcc-code/icons-vue

Version:

Icons used in the BCC design system, built as Vue components.

11 lines (10 loc) • 957 B
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: "M560-600q-17 0-28.5-11.5T520-640q0-17 11.5-28.5T560-680h80v-120q0-17 11.5-28.5T680-840q17 0 28.5 11.5T720-800v120h80q17 0 28.5 11.5T840-640q0 17-11.5 28.5T800-600H560Zm91.5 468.5Q640-143 640-160v-320q0-17 11.5-28.5T680-520q17 0 28.5 11.5T720-480v320q0 17-11.5 28.5T680-120q-17 0-28.5-11.5Zm-400 0Q240-143 240-160v-120h-80q-17 0-28.5-11.5T120-320q0-17 11.5-28.5T160-360h240q17 0 28.5 11.5T440-320q0 17-11.5 28.5T400-280h-80v120q0 17-11.5 28.5T280-120q-17 0-28.5-11.5Zm0-320Q240-463 240-480v-320q0-17 11.5-28.5T280-840q17 0 28.5 11.5T320-800v320q0 17-11.5 28.5T280-440q-17 0-28.5-11.5Z" }) ])) }