@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 862 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: "M700-300v80q0 8 6 14t14 6q8 0 14-6t6-14v-80h80q8 0 14-6t6-14q0-8-6-14t-14-6h-80v-80q0-8-6-14t-14-6q-8 0-14 6t-6 14v80h-80q-8 0-14 6t-6 14q0 8 6 14t14 6h80ZM578.5-178.5Q520-237 520-320t58.5-141.5Q637-520 720-520t141.5 58.5Q920-403 920-320t-58.5 141.5Q803-120 720-120t-141.5-58.5ZM160-280v-360q0-19 8.5-36t23.5-28l240-180q21-16 48-16t48 16l240 180q15 11 23.5 28t8.5 36v21q0 12-9.5 18.5T769-596q-67-12-132.5 8.5T522-518q-54 54-73.5 126t.5 145q5 18-5 32.5T417-200H240q-33 0-56.5-23.5T160-280Z" })
]))
}