UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.43 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: "M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480Zm180-240Zm-408.5-91.5Q120-663 120-680t11.5-28.5Q143-720 160-720t28.5 11.5Q200-697 200-680t-11.5 28.5Q177-640 160-640t-28.5-11.5Zm0 140Q120-523 120-540t11.5-28.5Q143-580 160-580t28.5 11.5Q200-557 200-540t-11.5 28.5Q177-500 160-500t-28.5-11.5Zm0 140Q120-383 120-400t11.5-28.5Q143-440 160-440t28.5 11.5Q200-417 200-400t-11.5 28.5Q177-360 160-360t-28.5-11.5Zm0 140Q120-243 120-260t11.5-28.5Q143-300 160-300t28.5 11.5Q200-277 200-260t-11.5 28.5Q177-220 160-220t-28.5-11.5Zm0 140Q120-103 120-120t11.5-28.5Q143-160 160-160t28.5 11.5Q200-137 200-120t-11.5 28.5Q177-80 160-80t-28.5-11.5Zm140 0Q260-103 260-120t11.5-28.5Q283-160 300-160t28.5 11.5Q340-137 340-120t-11.5 28.5Q317-80 300-80t-28.5-11.5Zm140 0Q400-103 400-120t11.5-28.5Q423-160 440-160t28.5 11.5Q480-137 480-120t-11.5 28.5Q457-80 440-80t-28.5-11.5Zm140 0Q540-103 540-120t11.5-28.5Q563-160 580-160t28.5 11.5Q620-137 620-120t-11.5 28.5Q597-80 580-80t-28.5-11.5Z" }) ])) }