UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 864 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: "M565-60q-14 8-30 4t-24-18l-96-166H166q-29 0-51.5-18T87-304L44-519q-9-48 21.5-84.5T144-640q34 0 61 22t37 57l58 201h92q22 0 40.5 10.5T462-320l118 206q8 14 3.5 30T565-60ZM120-680q-33 0-56.5-23.5T40-760q0-33 23.5-56.5T120-840q33 0 56.5 23.5T200-760q0 33-23.5 56.5T120-680Zm545 180.5q-7-2.5-13-8.5L508-652q-12-12-12-28t12-28q12-12 28.5-12t28.5 12l75 75v-207q0-17 11.5-28.5T680-880q17 0 28.5 11.5T720-840v207l75-75q12-12 28.5-12t28.5 12q12 12 12 28t-12 28L708-508q-6 6-13 8.5t-15 2.5q-8 0-15-2.5Z" }) ])) }