UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.33 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: "M340-360q-25 0-42.5-17.5T280-420q0-25 17.5-42.5T340-480q25 0 42.5 17.5T400-420q0 25-17.5 42.5T340-360Zm140 120q-25 0-42.5-17.5T420-300q0-25 17.5-42.5T480-360q25 0 42.5 17.5T540-300q0 25-17.5 42.5T480-240ZM340-120q-25 0-42.5-17.5T280-180q0-25 17.5-42.5T340-240q25 0 42.5 17.5T400-180q0 25-17.5 42.5T340-120Zm237.5-257.5Q560-395 560-420t17.5-42.5Q595-480 620-480t42.5 17.5Q680-445 680-420t-17.5 42.5Q645-360 620-360t-42.5-17.5Zm0 240Q560-155 560-180t17.5-42.5Q595-240 620-240t42.5 17.5Q680-205 680-180t-17.5 42.5Q645-120 620-120t-42.5-17.5ZM760-240q-25 0-42.5-17.5T700-300q0-25 17.5-42.5T760-360q25 0 42.5 17.5T820-300q0 25-17.5 42.5T760-240Zm-560 0q-25 0-42.5-17.5T140-300q0-25 17.5-42.5T200-360q25 0 42.5 17.5T260-300q0 25-17.5 42.5T200-240Zm136-320q-26 0-47-15.5T260-616l-20-64h-40q-33 0-56.5-23.5T120-760v-40q0-33 23.5-56.5T200-880h560q33 0 56.5 23.5T840-800v40q0 33-23.5 56.5T760-680h-40l-26 68q-9 23-29 37.5T620-560H336Zm-12-120 12 40h288l12-40H324Z" }) ])) }