UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 966 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: "M280-80q-33 0-56.5-23.5T200-160v-400q0-33 23.5-56.5T280-640h400q33 0 56.5 23.5T760-560v400q0 33-23.5 56.5T680-80H280Zm0-80h400v-400H280v400Zm180-40h40q8 0 14-6t6-14q0-8-6-14t-14-6h-40q-8 0-14 6t-6 14q0 8 6 14t14 6Zm-7-80h54q5 0 9-4t5-9q3-14 12-26.5t17-25.5q12-17 21-36.5t9-40.5q0-41-29-69.5T480-520q-42 0-71 28.5T380-422q0 21 9.5 40t20.5 36q8 13 16.5 26t11.5 27q2 5 6 9t9 4Zm27-80ZM270-700q-13 0-21.5-8.5T240-730q0-13 8.5-21.5T270-760h420q13 0 21.5 8.5T720-730q0 13-8.5 21.5T690-700H270Zm40-120q-13 0-21.5-8.5T280-850q0-13 8.5-21.5T310-880h340q13 0 21.5 8.5T680-850q0 13-8.5 21.5T650-820H310Z" }) ])) }