UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 879 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: "M160-360h640v-320H160v320Zm40 160q-17 0-28.5-11.5T160-240v-40q-33 0-56.5-23.5T80-360v-320q0-33 23.5-56.5T160-760h640q33 0 56.5 23.5T880-680v320q0 33-23.5 56.5T800-280v40q0 17-11.5 28.5T760-200q-17 0-28.5-11.5T720-240v-40H240v40q0 17-11.5 28.5T200-200Zm-40-160v-320 320Zm556.5-103.5Q740-487 740-520t-23.5-56.5Q693-600 660-600t-56.5 23.5Q580-553 580-520t23.5 56.5Q627-440 660-440t56.5-23.5ZM280-440h200q17 0 28.5-11.5T520-480v-80q0-17-11.5-28.5T480-600H280q-17 0-28.5 11.5T240-560v80q0 17 11.5 28.5T280-440Z" }) ])) }