@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.09 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: "M565-60q-14 8-30 4t-24-18l-96-166H166q-29 0-51.5-18T87-304L44-519q-9-48 21.5-84.5T144-640q34 0 61 22t37 57l58 201h92q22 0 40.5 10.5T462-320l118 206q8 14 3.5 30T565-60ZM120-680q-33 0-56.5-23.5T40-760q0-33 23.5-56.5T120-840q33 0 56.5 23.5T200-760q0 33-23.5 56.5T120-680Zm428 132q-11 11-28 11t-28-11L348-692q-6-6-8.5-13t-2.5-15q0-8 2.5-15t8.5-13l144-144q12-12 28-11.5t28 12.5q11 12 11.5 28T548-835l-75 75h207q17 0 28.5 11.5T720-720q0 17-11.5 28.5T680-680H473l75 76q11 11 11.5 27.5T548-548Zm157 328.5q-7-2.5-13-8.5L548-372q-11-11-11.5-27.5T548-428q11-11 28-11t28 11l76 75v-207q0-17 11.5-28.5T720-600q17 0 28.5 11.5T760-560v207l75-75q11-11 27.5-11t28.5 11q12 12 12 28.5T891-371L748-228q-6 6-13 8.5t-15 2.5q-8 0-15-2.5Z" })
]))
}