UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 998 B
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-480Zm195-195q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35ZM324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480t31.5-156Q143-709 197-763t127-85.5Q397-880 480-880q18 0 36 2t35 5q16 3 23.5 17.5T576-826q-6 16-21 23.5t-32 5.5q-11-2-21.5-2.5T480-800q-134 0-227 93t-93 227q0 134 93 227t227 93q134 0 227-93t93-227q0-11-.5-21.5T797-523q-2-17 5.5-32t23.5-21q16-6 30 1.5t17 23.5q3 17 5 35t2 36q0 83-31.5 156T763-197q-54 54-127 85.5T480-80q-83 0-156-31.5ZM424-410l-86-85q-11-11-27.5-11T282-494q-11 11-11 28t11 28l113 114q12 12 28 12t28-12l209-209q14-14 12-29.5T659-589q-11-11-26.5-12.5T603-589L424-410Z" }) ])) }