UNPKG

@bcc-code/icons-vue

Version:

Icons used in the BCC design system, built as Vue components.

11 lines (10 loc) • 1.08 kB
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: "M720-240h-40q-17 0-28.5-11.5T640-280q0-17 11.5-28.5T680-320h40v-40q0-17 11.5-28.5T760-400q17 0 28.5 11.5T800-360v40h40q17 0 28.5 11.5T880-280q0 17-11.5 28.5T840-240h-40v40q0 17-11.5 28.5T760-160q-17 0-28.5-11.5T720-200v-40ZM308-652.5Q225-625 155-571q-20 16-45.5 15.5T66-574q-17-17-17-42t20-40q88-70 193-107t218-37q113 0 218 37t193 107q20 15 20 40t-17 42q-18 18-43.5 18.5T805-571q-70-54-153-81.5T480-680q-89 0-172 27.5Zm115.5 469Q400-207 400-240t23.5-56.5Q447-320 480-320t56.5 23.5Q560-273 560-240t-23.5 56.5Q513-160 480-160t-56.5-23.5ZM480-440q-41 0-79.5 10.5T327-398q-22 14-47.5 13T236-404q-17-17-16.5-41.5T240-484q53-37 114-56.5T480-560q68 0 131.5 21T729-478q-36 5-66.5 23T609-411q-30-14-62.5-21.5T480-440Z" }) ])) }