@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 923 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M127.5-267.5Q40-355 40-480t87.5-212.5Q215-780 340-780t212.5 87.5Q640-605 640-480t-87.5 212.5Q465-180 340-180t-212.5-87.5ZM496-324q64-64 64-156t-64-156q-64-64-156-64t-156 64q-64 64-64 156t64 156q64 64 156 64t156-64ZM380-493v-107q0-17-11.5-28.5T340-640q-17 0-28.5 11.5T300-600v123q0 8 3 15.5t9 13.5l80 80q11 11 28 11t28-11q11-11 11-28t-11-28l-68-69Zm-40 13Zm400-168-24 24q-11 11-28 11t-28-11q-11-11-11-28t11-28l92-92q12-12 28-12t28 12l92 92q11 12 11 28.5T899-624q-12 11-28.5 11.5T843-624l-23-23v447q0 17-11.5 28.5T780-160q-17 0-28.5-11.5T740-200v-448Z" })
]))
}