UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.15 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: "M280-120h-80q-33 0-56.5-23.5T120-200v-80q0-17 11.5-28.5T160-320q17 0 28.5 11.5T200-280v80h80q17 0 28.5 11.5T320-160q0 17-11.5 28.5T280-120Zm480 0h-80q-17 0-28.5-11.5T640-160q0-17 11.5-28.5T680-200h80v-80q0-17 11.5-28.5T800-320q17 0 28.5 11.5T840-280v80q0 33-23.5 56.5T760-120ZM282-282q-82-82-82-198t82-198q82-82 198-82t198 82q82 82 82 198t-82 198q-82 82-198 82t-198-82Zm198 2q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280ZM120-760q0-33 23.5-56.5T200-840h80q17 0 28.5 11.5T320-800q0 17-11.5 28.5T280-760h-80v80q0 17-11.5 28.5T160-640q-17 0-28.5-11.5T120-680v-80Zm651.5 108.5Q760-663 760-680v-80h-80q-17 0-28.5-11.5T640-800q0-17 11.5-28.5T680-840h80q33 0 56.5 23.5T840-760v80q0 17-11.5 28.5T800-640q-17 0-28.5-11.5ZM480-480Z" }) ])) }