UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.05 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: "M320-600h320q17 0 28.5-11.5T680-640q0-17-11.5-28.5T640-680H320q-17 0-28.5 11.5T280-640q0 17 11.5 28.5T320-600ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v186q0 17-16 23t-29-7q-24-20-53.5-31T680-600q-45 0-84 21t-65 59H320q-17 0-28.5 11.5T280-480q0 17 11.5 28.5T320-440h181q-2 20 0 40t9 40H320q-17 0-28.5 11.5T280-320q0 17 11.5 28.5T320-280h117q-19 22-28 48.5t-9 55.5v16q0 17-11.5 28.5T360-120H200Zm320 0q-17 0-28.5-11.5T480-160v-16q0-24 12.5-44.5T528-250q36-15 74.5-22.5T680-280q39 0 77.5 7.5T832-250q23 9 35.5 29.5T880-176v16q0 17-11.5 28.5T840-120H520Zm89-229q-29-29-29-71t29-71q29-29 71-29t71 29q29 29 29 71t-29 71q-29 29-71 29t-71-29Z" }) ])) }