@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.08 kB
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: "M160-240q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h574q20 0 27.5 18.5T755-789q-7 7-13.5 14.5T727-760L623-657q-11 11-17 26t-6 31v119q0 16 6 31t17 26l104 104q7 8 14.5 14.5T756-291q14 14 6.5 32.5T735-240H160ZM80-120q-17 0-28.5-11.5T40-160q0-17 11.5-28.5T80-200h800q17 0 28.5 11.5T920-160q0 17-11.5 28.5T880-120H80Zm709-258.5q-5-14.5 6-27.5 23-29 34-62.5t11-71.5q0-38-11-71.5T795-674q-11-13-6-27.5t18-22.5q13-8 29.5-7t30.5 21q26 37 39.5 80.5T920-540q0 46-13.5 89.5T867-370q-14 20-30.5 21t-29.5-7q-13-8-18-22.5Zm-99.5-97Q683-490 692-507q5-8 6.5-16t1.5-17q0-9-1.5-17t-6.5-16q-9-17-2.5-31.5T710-626q14-7 29.5-3.5T765-607q8 16 11.5 33t3.5 34q0 17-3.5 34T765-473q-10 19-25.5 22.5T710-454q-14-7-20.5-21.5Z" })
]))
}