@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.09 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: "M731.5-171.5Q720-183 720-200t11.5-28.5Q743-240 760-240t28.5 11.5Q800-217 800-200t-11.5 28.5Q777-160 760-160t-28.5-11.5Zm0-120Q720-303 720-320v-60q0-17 11.5-28.5T760-420q17 0 28.5 11.5T800-380v60q0 17-11.5 28.5T760-280q-17 0-28.5-11.5ZM308-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-560q64 0 124.5 18.5T717-487q-29 11-61 29t-53 45q-26-13-57.5-20t-65.5-7Z" })
]))
}