@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 922 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 13Zm412 292-92-92q-11-12-11-28.5t12-27.5q12-11 28.5-11.5T717-336l23 23v-447q0-17 11.5-28.5T780-800q17 0 28.5 11.5T820-760v448l24-24q11-11 28-11t28 11q11 11 11 28t-11 28l-92 92q-12 12-28 12t-28-12Z" })
]))
}