UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 926 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: "M338.5-138.5Q280-197 280-280t58.5-141.5Q397-480 480-480t141.5 58.5Q680-363 680-280t-58.5 141.5Q563-80 480-80t-141.5-58.5ZM565-195q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35ZM387.5-544.5Q343-529 308-498q-12 11-27.5 10T254-500L111-643q-12-12-12-30t14-29q78-66 171.5-102T480-840q102 0 195.5 36T847-702q14 11 14 29t-12 30L706-500q-11 11-26.5 12T652-498q-35-31-79.5-46.5T480-560q-48 0-92.5 15.5ZM286-580q42-30 91.5-45T480-640q53 0 101.5 14.5T674-582l88-88q-62-44-133.5-67T480-760q-77 0-148.5 23T198-670l88 90Zm194-60Zm0 360Z" }) ])) }