@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.08 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: "M311.5-153Q231-186 169-249q-5-5-8.5-13t-3.5-16q0-17 12-28.5t29-11.5q8 0 15.5 3t12.5 9q51 51 117 78.5T481-200q72 0 137.5-27T735-305q5-5 12.5-8.5T763-317q17 0 28.5 11.5T803-277q0 8-3.5 15.5T791-249q-63 63-143 96t-168 33q-88 0-168.5-33ZM480-280q-56 0-107-21t-91-61q-5-5-8.5-12.5T270-390q0-17 11.5-28.5T310-430q8 0 15.5 3.5T338-418q29 29 65.5 43.5T480-360q40 0 76.5-14.5T622-418q5-5 12.5-8.5T650-430q17 0 28.5 11.5T690-390q0 8-3.5 15.5T678-362q-40 40-91 61t-107 21ZM200-760v40h560v-40H200Zm124 120 12 40h288l12-40H324Zm12 120q-26 0-47-15.5T260-576l-20-64h-40q-33 0-56.5-23.5T120-720v-40q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v40q0 33-23.5 56.5T760-640h-40l-26 68q-9 23-29 37.5T620-520H336ZM200-760v40-40Z" })
]))
}