UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 667 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: "M430.5-680.5Q410-701 410-730t20.5-49.5Q451-800 480-800t49.5 20.5Q550-759 550-730t-20.5 49.5Q509-660 480-660t-49.5-20.5ZM400-200v-160q-17 0-28.5-11.5T360-400v-140q0-33 23.5-56.5T440-620h80q33 0 56.5 23.5T600-540v140q0 17-11.5 28.5T560-360v160q0 17-11.5 28.5T520-160h-80q-17 0-28.5-11.5T400-200Z" }) ])) }