@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.01 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: "M441-221q2 27 8.5 52.5T467-120q-43-1-102.5-10t-114-28Q196-177 158-207t-38-73v-100q0 39 33.5 68t82 48Q284-245 340-234.5T441-221Zm66-200q-19 22-33 47t-22 53q-45-2-102.5-12T241-362q-51-19-86-48t-35-70v-100q0 44 41 74.5t98 49.5q57 19 118.5 27.5T480-420q6 0 12.5-.5t14.5-.5ZM225-567q-105-47-105-113t105-113q105-47 255-47t255 47q105 47 105 113T735-567q-105 47-255 47t-255-47Zm475 283v144q0 8 6 14t14 6q8 0 14-6t6-14v-144l58 58q6 6 14 6t14-6q6-6 6-14t-6-14l-78-78q-12-12-28-12t-28 12l-78 78q-6 6-6 14t6 14q6 6 14 6t14-6l58-58ZM578.5-98.5Q520-157 520-240t58.5-141.5Q637-440 720-440t141.5 58.5Q920-323 920-240T861.5-98.5Q803-40 720-40T578.5-98.5Z" })
]))
}