@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 609 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: "M451.5-411.5Q440-423 440-440v-280q0-17 11.5-28.5T480-760q17 0 28.5 11.5T520-720v280q0 17-11.5 28.5T480-400q-17 0-28.5-11.5Zm0 200Q440-223 440-240t11.5-28.5Q463-280 480-280t28.5 11.5Q520-257 520-240t-11.5 28.5Q497-200 480-200t-28.5-11.5Z" })
]))
}