@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 645 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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-35h479q26 0 36.5 22.5T670-655L486-425q-16 20-5.5 42.5T517-360h123l-16 87q-3 14-14 23.5t-25 9.5H160Zm566-37q-5 6-12.5 3t-5.5-11l27-155h-93q-13 0-18.5-11t2.5-21l168-211q5-6 12.5-3t5.5 11l-27 155h93q13 0 18.5 11t-2.5 21L726-277Z" })
]))
}