@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 968 B
JavaScript
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: "m492-248-121-90q-11-8-19-20.5T341-385l-45-199-88 76 24 112q4 17-5.5 31T200-348q-17 3-31-6t-17-26l-23-111q-5-21 2-41.5t23-34.5l144-128q23-20 54.5-16.5T413-696q32 14 66.5 20t69.5 1q24-4 46-14t42-24q14-10 30.5-8.5T695-707q11 13 8.5 29.5T687-651q-23 16-47 28.5T589-602q-33 9-66.5 9.5T456-600l28 124 115-22q16-3 31.5.5T660-484l147 104q14 10 16.5 26.5T815-323q-10 13-25.5 15.5T760-314l-140-98-144 28 68 50q18 14 26.5 35t4.5 44l-28 154q-3 17-17 26.5T499-68q-17-3-26-17t-6-31l25-132ZM263.5-763.5Q240-787 240-820t23.5-56.5Q287-900 320-900t56.5 23.5Q400-853 400-820t-23.5 56.5Q353-740 320-740t-56.5-23.5Z" })
]))
}