UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 830 B
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: "M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-40q0-17 11.5-28.5T280-880q17 0 28.5 11.5T320-840v40h320v-40q0-17 11.5-28.5T680-880q17 0 28.5 11.5T720-840v40h40q33 0 56.5 23.5T840-720v255q0 17-11.5 28.5T800-425q-17 0-28.5-11.5T760-465v-95H200v400h249q17 0 28 11.5t11 28.5q0 17-11.5 28.5T448-80H200Zm461-93 142-142q12-12 28-12t28 12q12 12 12 28.5T859-258L690-88q-12 12-28.5 12T633-88l-85-85q-12-12-12-28.5t12-28.5q12-12 28.5-12t28.5 12l56 57Z" }) ])) }