@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.2 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: "M761-160q-15 0-26-10t-11-24q0-14 10.5-23.5T761-227q15 0 25.5 9.5T797-194q0 14-10 24t-26 10Zm28-187q0-13-7.5-19.5T760-373q-8 0-13.5 2t-10.5 7q-8 7-17.5 11t-18.5-1q-10-5-13.5-14.5T689-386q14-19 32.5-26.5T763-420q38 0 60 18t22 50q0 17-9.5 32.5T807-290q-11 8-16 15.5t-5 16.5q0 6-4 10t-10 4h-23q-7 0-12-5t-5-12q0-15 7-26t24-25q14-11 20-19t6-16ZM308-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-560q65 0 125.5 19T719-485q-35 8-64 26.5T605-413q-29-14-61-20.5t-64-6.5Z" })
]))
}