@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 646 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: "M680-920q100 0 170 70t70 170q0 100-70 170t-170 70q-100 0-170-70t-70-170q0-100 70-170t170-70ZM107-302q-27-66-27-138 0-106 56-193t152-132q29-12 54 5t20 45q-8 73 17 141.5T456-453q51 51 119 75.5T715-361q28-3 45 19t7 49q-44 97-132 155T440-80q-72 0-138-27t-117-78q-51-51-78-117Z" })
]))
}