@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 919 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: "M640-40q-51 0-85.5-34.5T520-160q0-50 35-85t85-35q17 0 28.5-11.5T680-320q0-50 35-85t85-35q50 0 85 35t35 85q0 121-79.5 200.5T640-40ZM380-300q-33 0-56.5-23.5T300-380q0-33 23.5-56.5T380-460q33 0 56.5 23.5T460-380q0 33-23.5 56.5T380-300Zm0 220q-161 0-230.5-100T80-400q0-75 22.5-159.5t63-155.5Q206-786 261-833t119-47q56 0 105 36t87.5 93.5Q611-693 637-621.5T673-480q0 38-31.5 63T603-356q-20 4-37.5 10.5T532-329q4-12 6-24.5t2-26.5q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 66 47 113t113 47q20 0 39-4.5t36-13.5q-15 35-16.5 74T453-87q-17 4-35 5.5T380-80Z" })
]))
}