@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 719 B
JavaScript
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-35h479q20 0 30 12.5t10 27.5q0 15-10 27.5T639-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h425q20 0 30 12.5t10 27.5q0 15-10 27.5T585-240H160Zm-40-80v-320 320Zm615-120h-93q-13 0-18.5-11t2.5-21l168-211q5-6 12.5-3t5.5 11l-27 155h93q13 0 18.5 11t-2.5 21L726-277q-5 6-12.5 3t-5.5-11l27-155Z" })
]))
}