UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.29 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: "M451.5-291.5Q440-303 440-320t11.5-28.5Q463-360 480-360t28.5 11.5Q520-337 520-320t-11.5 28.5Q497-280 480-280t-28.5-11.5Zm-113 153Q280-197 280-280v-400q0-83 58.5-141.5T480-880q83 0 141.5 58.5T680-680v400q0 83-58.5 141.5T480-80q-83 0-141.5-58.5Zm198-125Q560-287 560-320t-23.5-56.5Q513-400 480-400t-56.5 23.5Q400-353 400-320t23.5 56.5Q447-240 480-240t56.5-23.5Zm0-320Q560-607 560-640t-23.5-56.5Q513-720 480-720t-56.5 23.5Q400-673 400-640t23.5 56.5Q447-560 480-560t56.5-23.5ZM747-360q-17 0-28.5-11.5T707-400q0-8 3-15.5t8-12.5q11-11 16.5-24t5.5-28q0-15-5.5-28T718-532q-5-6-8-13t-3-15q0-17 11.5-28.5T747-600q8 0 15.5 3.5T775-588q22 22 33.5 49.5T820-480q0 31-11.5 58.5T775-372q-5 5-12.5 8.5T747-360Zm107 80q-17 0-28.5-11.5T814-320q0-8 3.5-15.5T826-348q26-26 40-60.5t14-71.5q0-37-14-71.5T826-612q-5-5-8.5-12.5T814-640q0-17 11.5-28.5T854-680q8 0 15.5 3.5T882-668q38 38 58 86t20 102q0 54-20 102t-58 86q-5 5-12.5 8.5T854-280Z" }) ])) }