UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.01 kB
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 360q-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-160H160Zm520-360h-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.5 18.5T854-543L718-173q-3 8-9.5 10.5t-12.5.5q-6-2-11-6.5t-5-12.5v-339ZM241.5-681.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" }) ])) }