UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.01 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: "M720-354ZM487-587ZM120-160q-17 0-28.5-11.5T80-200q0-17 11.5-28.5T120-240h320q17 0 28.5 11.5T480-200q0 17-11.5 28.5T440-160H120Zm234-560-80-80h526q17 0 28.5 11.5T840-760q0 17-11.5 28.5T800-720H354Zm366 260q13 0 21.5-9t8.5-21q0-13-8.5-21.5T720-520q-12 0-21 8.5t-9 21.5q0 12 9 21t21 9Zm156 262-76-76v-286H640v126l-80-80v-66q0-25 17.5-42.5T620-640h200q25 0 42.5 17.5T880-580v360q0 6-1 11.5t-3 10.5ZM792-56 688-160h-68q-25 0-42.5-17.5T560-220v-68L200-648v288h240q17 0 28.5 11.5T480-320q0 17-11.5 28.5T440-280H200q-33 0-56.5-23.5T120-360v-368l-64-64q-11-11-11-28t11-28q11-11 28-11t28 11l736 736q11 11 11 28t-11 28q-11 11-28 11t-28-11ZM344-504Z" }) ])) }