@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 833 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-451.5Q440-463 440-480v-247L284-572q-11 11-27.5 11.5T228-572q-11-11-11-28t11-28l224-224q6-6 13-8.5t15-2.5q8 0 15 2.5t13 8.5l224 224q11 11 11 27.5T732-572q-12 12-28.5 12T675-572L520-727v247q0 17-11.5 28.5T480-440q-17 0-28.5-11.5Zm0 200Q440-263 440-280v-40q0-17 11.5-28.5T480-360q17 0 28.5 11.5T520-320v40q0 17-11.5 28.5T480-240q-17 0-28.5-11.5Zm0 160Q440-103 440-120t11.5-28.5Q463-160 480-160t28.5 11.5Q520-137 520-120t-11.5 28.5Q497-80 480-80t-28.5-11.5Z" })
]))
}