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-80q-33 0-56.5-23.5T80-160v-120q0-17 11.5-28.5T120-320h320q17 0 28.5 11.5T480-280v120q0 33-23.5 56.5T400-80H160Zm400-41v-199q0-33-23.5-56.5T480-400H320v-66q-53-14-86.5-56T200-621q0-51 30-92.5t79-58.5q23-50 69-79t102-29q33 0 63.5 11.5T600-835q10-2 19.5-3.5T640-840q66 0 113 46.5T800-680q0 21-6 41.5T777-600l62-1q34-1 57.5 22.5T920-521v240q0 33-23.5 56.5T840-201h-80q0 33-23.5 56.5T680-121H560ZM360-540q23 0 41.5-13.5T437-584l56-57q21-21 49-30t58-9h119q0-33-23.5-56.5T639-760q-12 0-24 1.5t-23 6.5l-12 4-31-26q-14-12-32-19t-37-7q-32 0-58.5 17T381-737l-15 31-32 10q-24 9-39 29.5T280-620q0 33 23 56.5t57 23.5Zm400 259h80v-240h-80v240Z" }) ])) }