UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.28 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: "M480-536v-144q0-17-11.5-28.5T440-720q-17 0-28.5 11.5T400-680v160q0 8 3 15t9 13l80 80q12 12 28 12t28-12q12-12 12-28t-12-28l-68-68ZM368-249q16-48 56.5-79.5T518-360h152q24-34 37-74.5t13-85.5q0-117-81.5-198.5T440-800q-117 0-198.5 81.5T160-520q0 98 58.5 172.5T368-249ZM520-40q-58 0-102-36.5T363-168q-122-26-202.5-124T80-520q0-150 105-255t255-105q150 0 255 105t105 255q0 43-9.5 83.5T763-360q66 0 111.5 47T920-200q0 66-47 113T760-40H520Zm-80-485Zm200 325Zm-120 80h240q33 0 56.5-23.5T840-200q0-33-23.5-56.5T760-280H520q-33 0-56.5 23.5T440-200q0 33 23.5 56.5T520-120Zm-28.5-51.5Q480-183 480-200t11.5-28.5Q503-240 520-240t28.5 11.5Q560-217 560-200t-11.5 28.5Q537-160 520-160t-28.5-11.5Zm120 0Q600-183 600-200t11.5-28.5Q623-240 640-240t28.5 11.5Q680-217 680-200t-11.5 28.5Q657-160 640-160t-28.5-11.5Zm120 0Q720-183 720-200t11.5-28.5Q743-240 760-240t28.5 11.5Q800-217 800-200t-11.5 28.5Q777-160 760-160t-28.5-11.5Z" }) ])) }