UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.4 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: "M388.5-251.5Q400-263 400-280t-11.5-28.5Q377-320 360-320t-28.5 11.5Q320-297 320-280t11.5 28.5Q343-240 360-240t28.5-11.5Zm120 0Q520-263 520-280t-11.5-28.5Q497-320 480-320t-28.5 11.5Q440-297 440-280t11.5 28.5Q463-240 480-240t28.5-11.5Zm120 0Q640-263 640-280t-11.5-28.5Q617-320 600-320t-28.5 11.5Q560-297 560-280t11.5 28.5Q583-240 600-240t28.5-11.5Zm-240-120Q400-383 400-400t-11.5-28.5Q377-440 360-440t-28.5 11.5Q320-417 320-400t11.5 28.5Q343-360 360-360t28.5-11.5Zm120 0Q520-383 520-400t-11.5-28.5Q497-440 480-440t-28.5 11.5Q440-417 440-400t11.5 28.5Q463-360 480-360t28.5-11.5Zm120 0Q640-383 640-400t-11.5-28.5Q617-440 600-440t-28.5 11.5Q560-417 560-400t11.5 28.5Q583-360 600-360t28.5-11.5Zm-290-290Q280-603 280-520q0 17 11.5 28.5T320-480h320q17 0 28.5-11.5T680-520q0-83-58.5-141.5T480-720q-83 0-141.5 58.5Zm233 36Q610-591 618-540H342q8-51 46.5-85.5T480-660q53 0 91.5 34.5ZM160-80q-33 0-56.5-23.5T80-160v-640q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v640q0 33-23.5 56.5T800-80H160Zm0-80h640v-640H160v640Zm0 0v-640 640Z" }) ])) }