UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 876 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: "M324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480t31.5-155.5Q143-708 197-762t126.5-85.5Q396-879 479-879q17 0 33 1.5t32 3.5q17 3 25 19t1 33q-5 15-7.5 30t-2.5 32q0 45 17.5 82.5T626-612L423-408l-85-86q-12-12-28-12t-28 12q-12 12-12 28.5t12 28.5l113 113q12 12 28 12t28-12l246-246q15 5 30.5 7.5T760-560q17 0 32-2.5t30-7.5q17-5 33 2t19 24q2 16 3.5 31.5T879-480q0 83-31.5 156T762-197q-54 54-126.5 85.5T480-80q-83 0-156-31.5ZM675-675q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Z" }) ])) }