UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 838 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-240q-50 0-85-35t-35-85v-240q0-50 35-85t85-35h447q17 0 28.5 11.5T647-680q0 17-11.5 28.5T607-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h240q17 0 28.5 11.5T440-280q0 17-11.5 28.5T400-240H160Zm-40-80v-320 320Zm468.5-11.5Q600-343 600-360v-80h167l-35 35q-12 12-12 28t12 28q12 12 28.5 12t28.5-12l103-103q12-12 12-28t-12-28L788-612q-11-11-27.5-11.5T732-612q-11 11-11 28t11 28l35 36H600q-33 0-56.5 23.5T520-440v80q0 17 11.5 28.5T560-320q17 0 28.5-11.5Z" }) ])) }