UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 855 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: "M200-80q-33 0-56.5-23.5T120-160v-495q0-25 13.5-45.5T170-730l320-128q40-16 75 8t35 67v63q33 0 56.5 23.5T680-640v40q0 17-11.5 28.5T640-560q-17 0-28.5-11.5T600-600v-40H200v480h167q17 0 28.5 11.5T407-120q0 17-11.5 28.5T367-80H200Zm160-640h160v-62l-160 62Zm178.5 581.5Q480-197 480-280t58.5-141.5Q597-480 680-480t141.5 58.5Q880-363 880-280t-58.5 141.5Q763-80 680-80t-141.5-58.5ZM661-199l102-64q10-6 10-17t-10-17l-102-64q-10-6-20.5-.5T630-344v128q0 12 10.5 17.5t20.5-.5Zm-461 39v-480 480Z" }) ])) }