@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.23 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: "M680-80q-17 0-28.5-11.5T640-120v-50q-39-13-70-39.5T521-273q-8-15 0-30t24-22q14-6 28 1t22 21q16 29 44 46t61 17h120q25 0 42.5 17.5T880-180v60q0 17-11.5 28.5T840-80H680Zm23.5-223.5Q680-327 680-360t23.5-56.5Q727-440 760-440t56.5 23.5Q840-393 840-360t-23.5 56.5Q793-280 760-280t-56.5-23.5ZM120-520q-17 0-28.5-11.5T80-560v-60q0-25 17.5-42.5T140-680h120q33 0 61-17t44-46q8-14 22-22.5t29-3.5q17 5 25 19t2 28q-17 40-49 69t-74 43v50q0 17-11.5 28.5T280-520H120Zm23.5-223.5Q120-767 120-800t23.5-56.5Q167-880 200-880t56.5 23.5Q280-833 280-800t-23.5 56.5Q233-720 200-720t-56.5-23.5ZM400-400q-17 0-28.5-11.5T360-440q0-134 93-227t227-93q17 0 28.5 11.5T720-720q0 17-11.5 28.5T680-680q-100 0-170 70t-70 170q0 17-11.5 28.5T400-400Zm160 0q-17 0-28.5-11.5T520-440q0-66 47-113t113-47q17 0 28.5 11.5T720-560q0 17-11.5 28.5T680-520q-33 0-56.5 23.5T600-440q0 17-11.5 28.5T560-400Z" })
]))
}