@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 785 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: "M428.5-411.5Q440-423 440-440v-240q0-17-11.5-28.5T400-720q-17 0-28.5 11.5T360-680v240q0 17 11.5 28.5T400-400q17 0 28.5-11.5Zm160 0Q600-423 600-440v-240q0-17-11.5-28.5T560-720q-17 0-28.5 11.5T520-680v240q0 17 11.5 28.5T560-400q17 0 28.5-11.5ZM240-240l-92 92q-19 19-43.5 8.5T80-177v-623q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240Zm-34-80h594v-480H160v525l46-45Zm-46 0v-480 480Z" })
]))
}