@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 842 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: "M520-80v-355q0-20 1.5-40.5T538-510q44-42 100.5-66T760-600q66 0 113 47t47 113v200q0 66-47 113T760-80H520Zm-320 0q-66 0-113-47T40-240v-200q0-66 47-113t113-47q66 0 123.5 25T425-507q14 14 14.5 33t.5 39v355H200Zm240-594v-46h-80q-17 0-28.5-11.5T320-760q0-17 11.5-28.5T360-800h80v-80q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v80h80q17 0 28.5 11.5T640-760q0 17-11.5 28.5T600-720h-80v45q19 5 35 14t30 21q-29 14-55.5 33T480-565q-23-23-49.5-42T375-640q14-12 30.5-20.5T440-674Z" })
]))
}