@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.26 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: "M168.5-128.5Q160-137 160-150v-92q-18-5-30-19t-14-34L84-637q-2-17 10.5-30t29.5-13q16 0 27 10.5t13 25.5l25 284h171q33 0 56.5 23.5T440-280q0 17-11.5 28.5T400-240v90q0 13-8.5 21.5T370-120q-13 0-21.5-8.5T340-150v-90H220v90q0 13-8.5 21.5T190-120q-13 0-21.5-8.5Zm343-3Q500-143 500-160v-400q-14-18-34.5-29T420-600q-20 0-37 7t-31 19q-9 8-20.5 11t-23.5 3q-20 0-33.5-14.5T264-609q17-99 94.5-165T540-840q104 0 181.5 66T816-609q4 20-10 34.5T772-560q-12 0-23.5-3T728-574q-13-13-30.5-19.5T660-600q-25 0-45.5 11T580-560v400q0 17-11.5 28.5T540-120q-17 0-28.5-11.5ZM533-640h14q23-19 52.5-29.5T661-680q11 0 21.5 1.5T704-675q-27-39-70-62t-94-23q-51 0-94 23t-70 62q11-2 21.5-3.5T419-680q32 0 61.5 10.5T533-640Zm118.5 508.5Q640-143 640-160v-160q0-17 11.5-28.5T680-360h160q17 0 28.5 11.5T880-320v160q0 17-11.5 28.5T840-120q-17 0-28.5-11.5T800-160v-120h-80v120q0 17-11.5 28.5T680-120q-17 0-28.5-11.5ZM540-640Z" })
]))
}