UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.08 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: "M480-320q75 0 127.5-52.5T660-500q0-75-52.5-127.5T480-680v60q50 0 85 35t35 85q0 50-35 85t-85 35q-33 0-61.5-17T374-443l-52 29q24 44 66 69t92 25ZM330-466q13 0 21.5-8.5T360-496q0-13-8.5-21.5T330-526q-13 0-21.5 8.5T300-496q0 13 8.5 21.5T330-466Zm43.5-92.5Q382-567 382-580t-8.5-21.5Q365-610 352-610t-21.5 8.5Q322-593 322-580t8.5 21.5Q339-550 352-550t21.5-8.5ZM410-605q13 0 21.5-8.5T440-635q0-13-8.5-21.5T410-665q-13 0-21.5 8.5T380-635q0 13 8.5 21.5T410-605Zm57 520q-6-1-12-3-135-45-215-166.5T160-516v-189q0-25 14.5-45t37.5-29l240-90q14-5 28-5t28 5l240 90q23 9 37.5 29t14.5 45v189q0 140-80 261.5T505-88q-6 2-12 3t-13 1q-7 0-13-1Zm13-79q104-33 172-132t68-220v-189l-240-90-240 90v189q0 121 68 220t172 132Zm0-316Z" }) ])) }