@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.37 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: "M480-520q-68-62-111-104.5T302-698q-24-31-33-54.5t-9-47.5q0-50 35-85t86-35q28 0 54 12.5t45 33.5q19-21 45-33.5t54-12.5q51 0 86 35t35 85q0 24-9 47.5T658-698q-24 31-67 73.5T480-520Zm0-108q72-66 106-107.5t34-64.5q0-17-12-28.5T579-840q-12 0-23.5 7T532-812l-51 59-51-57q-14-16-25.5-23t-23.5-7q-17 0-29 11.5T340-800q0 23 34 64.5T480-628Zm0 0ZM180-200v90q0 13-8.5 21.5T150-80q-13 0-21.5-8.5T120-110v-92q-18-5-30-19t-14-34L44-597q-2-17 10.5-30T84-640q16 0 27 10.5t13 25.5l25 284h171q33 0 56.5 23.5T400-240q0 17-11.5 28.5T360-200v90q0 13-8.5 21.5T330-80q-13 0-21.5-8.5T300-110v-90H180ZM788.5-88.5Q780-97 780-110v-90H660v90q0 13-8.5 21.5T630-80q-13 0-21.5-8.5T600-110v-90q-17 0-28.5-11.5T560-240q0-33 23.5-56.5T640-320h172l25-284q2-15 13-25.5t27-10.5q17 0 29 13t10 30l-31 342q-2 20-14.5 34T840-202v92q0 13-8.5 21.5T810-80q-13 0-21.5-8.5ZM440-400H240q-17 0-28.5-11.5T200-440q0-17 11.5-28.5T240-480h480q17 0 28.5 11.5T760-440q0 17-11.5 28.5T720-400H520v280q0 17-11.5 28.5T480-80q-17 0-28.5-11.5T440-120v-280Z" })
]))
}