UNPKG

@bcc-code/icons-vue

Version:

Icons used in the BCC design system, built as Vue components.

11 lines (10 loc) • 1.08 kB
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: "M545-240 449-74q-8 14-24.5 18T394-60q-14-8-18-24t4-30l118-206q11-19 29.5-29.5T568-360h92l58-201q10-35 37-57t61-22q48 0 78.5 36.5T916-519l-43 215q-5 28-27.5 46T794-240H545Zm295-600q33 0 56.5 23.5T920-760q0 33-23.5 56.5T840-680q-33 0-56.5-23.5T760-760q0-33 23.5-56.5T840-840ZM487-680H280q-17 0-28.5-11.5T240-720q0-17 11.5-28.5T280-760h207l-75-75q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l143 143q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L468-548q-11 11-27.5 11.5T412-548q-11-11-11-28t11-28l75-76ZM200-353v-207q0-17 11.5-28.5T240-600q17 0 28.5 11.5T280-560v207l76-75q11-11 27.5-11.5T412-428q11 11 11 28t-11 28L268-228q-6 6-13 8.5t-15 2.5q-8 0-15-2.5t-13-8.5L68-372q-12-12-11.5-28T69-428q12-11 28-11.5t28 11.5l75 75Z" }) ])) }