UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 971 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: "M423.5-743.5Q400-767 400-800t23.5-56.5Q447-880 480-880t56.5 23.5Q560-833 560-800t-23.5 56.5Q513-720 480-720t-56.5-23.5ZM360-120v-480q-68-6-127-16t-113-24l20-80q75 20 159 30t181 10q97 0 181-10t159-30l20 80q-54 14-113 24t-127 16v480h-80v-240h-80v240h-80Zm411.5-331.5Q760-463 760-480t11.5-28.5Q783-520 800-520t28.5 11.5Q840-497 840-480t-11.5 28.5Q817-440 800-440t-28.5-11.5Zm0 160Q760-303 760-320t11.5-28.5Q783-360 800-360t28.5 11.5Q840-337 840-320t-11.5 28.5Q817-280 800-280t-28.5-11.5Zm0 160Q760-143 760-160t11.5-28.5Q783-200 800-200t28.5 11.5Q840-177 840-160t-11.5 28.5Q817-120 800-120t-28.5-11.5Z" }) ])) }