@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 965 B
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: "M600-400q-25 0-69.5 9T432-367q-54 15-112.5 35T206-289q-11 5-22.5 7t-23.5 2q-50 0-85-35t-35-85v-103q0-43 27-76.5t69-41.5q72-14 139-25t126-18.5q59-7.5 109.5-11.5t89.5-4q124 0 212.5 99.5T921-320q2 11-5.5 20T896-286q-11 5-23 3t-23-10q-64-50-131-78.5T600-400Zm0-80q54 0 100 14.5T815-412q-33-91-88.5-139.5T600-600q-80 0-201.5 16T152-542q-14 3-23 14t-9 25v103q0 22 17.5 33.5T175-363q60-25 123-46.5t120-37Q475-462 522.5-471t77.5-9Zm0 0q-30 0-77.5 9T418-446.5q-57 15.5-120 37T175-363q-20 8-37.5-3.5T120-400v-103q0-14 9-25t23-14q125-26 246.5-42T600-600q71 0 126.5 48.5T815-412q-69-39-115-53.5T600-480Z" })
]))
}