UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.07 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: "M160.23-240q-50.1 0-85.16-35Q40-310 40-360v-240q0-50 35.14-85t85.34-35h366.45q17.07 0 28.57 11.5T567-680q0 17-11.5 28.5T526.92-640H160.19q-17.08 0-28.64 11.5Q120-617 120-600v240q0 17 11.52 28.5 11.53 11.5 28.57 11.5h389.83q20.04 0 29.56 12.5T589-280q0 15-9.5 27.5T549.96-240H160.23Zm39.89-120q-17.05 0-28.59-11.5Q160-383 160-400v-160q0-17 11.54-28.5t28.59-11.5h247.82q14.05 0 23.55 9.5T482-567q3 45 12 85.5t24 75.5q7 17-2 31.5T489.96-360H200.12ZM724-288q-8-2-15-6-64-35-103.5-112T561-577q-1-10 5.5-17.5T583-604q31-7 64-22t70-38q11-7 23-7t23 7q37 24 70.5 38.5T898-604q10 2 15.5 9.5T919-577q-5 95-45.5 171.5T770-294q-7 4-14.5 6t-15.5 2q-8 0-16-2Zm16-81q35-23 60-68t35-102q-23-8-46.5-19.5T740-585v216Z" }) ])) }