@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.02 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: "M360-560H210q-14-22-22-47t-8-53q0-75 52.5-127.5T360-840q21 0 41 4.5t39 14.5v-59q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v59q19-9 39-14t41-5q75 0 127.5 52.5T780-660q0 28-8 53t-22 47H600q42 0 71-29t29-71q0-42-29-71t-71-29q-19 0-35.5 6.5T534-734l-27 24q-11 11-27 11t-27-11l-27-24q-14-12-30.5-19t-35.5-7q-42 0-71 29t-29 71q0 42 29 71t71 29ZM200-80q-33 0-56.5-23.5T120-160v-80q0-33 23.5-56.5T200-320h50l20-160H160q-17 0-28.5-11.5T120-520q0-17 11.5-28.5T160-560h640q17 0 28.5 11.5T840-520q0 17-11.5 28.5T800-480H690l20 160h50q33 0 56.5 23.5T840-240v80q0 33-23.5 56.5T760-80H200Zm0-80h560v-80H200v80Zm130-160h299l-20-160H350l-20 160Zm150 160Zm0-320Z" })
]))
}