UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.25 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: "M714-160q-14 0-24-10t-10-24v-132q0-14 10-24t24-10h6v-40q0-33 23.5-56.5T800-480q33 0 56.5 23.5T880-400v40h6q14 0 24 10t10 24v132q0 14-10 24t-24 10H714Zm46-200h80v-40q0-17-11.5-28.5T800-440q-17 0-28.5 11.5T760-400v40ZM423.5-183.5Q400-207 400-240t23.5-56.5Q447-320 480-320t56.5 23.5Q560-273 560-240t-23.5 56.5Q513-160 480-160t-56.5-23.5ZM480-540q-70 0-135 21.5T224-455q-17 13-37.5 12.5T151-458q-14-15-13.5-35t16.5-33q70-56 153.5-85T481-640q76 0 148 21.5T765-556q-30 5-57.5 19.5T658-500q-42-19-87-29.5T480-540Zm0 160q-38 0-74 10t-68 30q-18 11-39 10.5T263-345q-15-15-14-35t18-32q47-33 101-50.5T480-480q37 0 73 7.5t70 21.5q-12 23-17.5 48t-5.5 51q-28-15-58-21.5t-62-6.5ZM283.5-666Q189-632 111-569q-17 14-37.5 13.5T38-571q-15-15-14.5-35.5T40-641q93-78 206-118.5T480-800q121 0 234 40.5T920-641q16 14 16.5 34.5T922-571q-15 15-35.5 15.5T849-569q-78-63-172.5-97T480-700q-102 0-196.5 34Z" }) ])) }