@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1 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: "M472-120q-42-1-102.5-9.5t-116-27.5Q198-176 159-206.5T120-280v-100q0 36 28.5 63.5t71.5 46q43 18.5 94.5 30T411-224q9 29 24.5 55.5T472-120Zm-71-205q-45-5-94.5-16.5t-91-30.5Q174-391 147-417.5T120-480v-100q0 38 31.5 66t78 47.5q46.5 19.5 101 30T430-422q-12 22-19.5 46.5T401-325Zm79-195q-149 0-254.5-47T120-680q0-66 105.5-113T480-840q150 0 255 47t105 113q0 66-105 113t-255 47Zm180 400q-75 0-127.5-52.5T480-300q0-75 52.5-127.5T660-480q75 0 127.5 52.5T840-300q0 26-7.5 50T812-204l80 80q11 11 11 28t-11 28q-11 11-28 11t-28-11l-80-80q-22 13-46 20.5t-50 7.5Zm71-109q29-29 29-71t-29-71q-29-29-71-29t-71 29q-29 29-29 71t29 71q29 29 71 29t71-29Z" })
]))
}