UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.34 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: "M160-80q-33 0-56.5-23.5T80-160v-600q0-33 23.5-56.5T160-840h40v-40q0-17 11.5-28.5T240-920h160q17 0 28.5 11.5T440-880v40h40q33 0 56.5 23.5T560-760h240q33 0 56.5 23.5T880-680v440q0 33-23.5 56.5T800-160H560q0 33-23.5 56.5T480-80H160Zm0-80h320v-80h320v-440H480v-80H160v600Zm268.5-411.5Q440-583 440-600t-11.5-28.5Q417-640 400-640t-28.5 11.5Q360-617 360-600t11.5 28.5Q383-560 400-560t28.5-11.5Zm160 0Q600-583 600-600t-11.5-28.5Q577-640 560-640t-28.5 11.5Q520-617 520-600t11.5 28.5Q543-560 560-560t28.5-11.5Zm160 0Q760-583 760-600t-11.5-28.5Q737-640 720-640t-28.5 11.5Q680-617 680-600t11.5 28.5Q703-560 720-560t28.5-11.5Zm-320 280Q440-303 440-320t-11.5-28.5Q417-360 400-360t-28.5 11.5Q360-337 360-320t11.5 28.5Q383-280 400-280t28.5-11.5Zm160 0Q600-303 600-320t-11.5-28.5Q577-360 560-360t-28.5 11.5Q520-337 520-320t11.5 28.5Q543-280 560-280t28.5-11.5Zm160 0Q760-303 760-320t-11.5-28.5Q737-360 720-360t-28.5 11.5Q680-337 680-320t11.5 28.5Q703-280 720-280t28.5-11.5ZM320-460Z" }) ])) }