UNPKG

@bcc-code/icons-vue

Version:

Icons used in the BCC design system, built as Vue components.

11 lines (10 loc) • 575 B
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: "M320-279.5Q260-359 260-480t60-200.5Q380-760 480-760t160 79.5Q700-601 700-480t-60 200.5Q580-200 480-200t-160-79.5ZM579-342q33-60 33-138t-33-138q-33-60-99-60t-99 60q-33 60-33 138t33 138q33 60 99 60t99-60Z" }) ])) }