@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 649 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: "M533-820q29 34 55 69t50 72l178-133q9-7 20-8t22 4q11 5 16.5 15t5.5 21v300q0 83-31.5 156T763-197q-54 54-127 85.5T480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480v-300q0-11 5.5-21t16.5-15q11-5 22-4t20 8l177 133q24-37 50.5-72t55.5-69q10-12 24-18.5t29-6.5q15 0 29 6.5t24 18.5Z" })
]))
}