@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: "M635.5-848.5q72.5 31.5 127 86t86 127Q880-563 880-480.5T848.5-325q-31.5 73-86 127.5t-127 86Q563-80 480.5-80T325-111.5q-73-31.5-127.5-86t-86-127.5Q80-398 80-480.5t31.5-155q31.5-72.5 86-127t127.5-86Q398-880 480.5-880t155 31.5Zm71 595Q800-347 800-480t-93.5-226.5Q613-800 480-800t-226.5 93.5Q160-613 160-480t93.5 226.5Q347-160 480-160t226.5-93.5ZM400-680q0 33 23.5 56.5T480-600q33 0 56.5-23.5T560-680q0-33-23.5-56.5T480-760q-33 0-56.5 23.5T400-680Zm-43 141.5Q300-517 300-460v160q0 57 57 77.5T480-202q17 0 28.5-11.5T520-242q0-17-11.5-28.5T480-282q-20 0-39.5-3T403-296q-11-5-14-15.5t4-18.5q17-17 40-23.5t47-6.5q37 0 68.5 13t31.5 45v34q0 12 8.5 21t20.5 9q23 0 37-19t14-43v-160q0-57-57-78.5T480-560q-66 0-123 21.5Zm87.5 144Q430-409 430-430t14.5-35.5Q459-480 480-480t35.5 14.5Q530-451 530-430t-14.5 35.5Q501-380 480-380t-35.5-14.5ZM480-480Z" })
]))
}