@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 874 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: "M240-80q-33 0-56.5-23.5T160-160v-79q0-20 9-37t24-29q69-56 103.5-113T345-520h-65q-17 0-28.5-11.5T240-560q0-17 11.5-28.5T280-600h50q-14-22-22-47t-8-53q0-75 52.5-127.5T480-880q75 0 127.5 52.5T660-700q0 28-8 53t-22 47h50q17 0 28.5 11.5T720-560q0 17-11.5 28.5T680-520h-65q14 45 48.5 102T767-305q15 12 24 29t9 37v79q0 33-23.5 56.5T720-80H240Zm0-80h480v-80q-92-72-133-148.5T532-520H428q-14 55-55 131.5T240-240v80Zm240-440q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29Zm0-100Zm0 540Z" })
]))
}