@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.43 kB
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: "M420-579ZM280-240v-320H120v320h160Zm-180 80q-25 0-42.5-17.5T40-220v-360q0-25 17.5-42.5T100-640h200q25 0 42.5 17.5T360-580v360q0 25-17.5 42.5T300-160H100Zm100-300q13 0 21.5-9t8.5-21q0-13-8.5-21.5T200-520q-12 0-21 8.5t-9 21.5q0 12 9 21t21 9ZM638.5-88.5Q630-97 630-110v-170q-9-8-14.5-18.5T610-320q0-21 15-35.5t35-14.5q21 0 35.5 14.5T710-320q0 11-4.5 22T690-280v170q0 13-8.5 21.5T660-80q-13 0-21.5-8.5ZM120-800h640q33 0 56.5 23.5T840-720v53q0 17-11.5 28.5T800-627q-17 0-28.5-11.5T760-667v-53H120q-17 0-28.5-11.5T80-760q0-17 11.5-28.5T120-800Zm80 400Zm460-21q-42 0-71 29t-29 71q0 12 3.5 24t9.5 23q6 11 5.5 23.5T569-229q-9 9-21.5 8.5T528-231q-14-20-21-43t-7-47q0-67 47-113.5T660-481q67 0 113.5 46.5T820-321q0 23-6.5 46T793-232q-7 10-19 10.5t-21-8.5q-9-8-10-20.5t5-23.5q6-11 9-23t3-24q0-42-29-71t-71-29Zm0-99q-83 0-141.5 58T460-320q0 32 10.5 62t29.5 56q8 11 7 23.5T497-157q-9 9-21 8t-20-11q-26-35-41-75.5T400-320q0-109 76-184.5T660-580q109 0 184.5 75.5T920-320q0 44-14 84.5T865-160q-8 10-20.5 10t-21.5-9q-9-9-9-21t8-23q19-26 28.5-55.5T860-320q0-84-58-142t-142-58Z" })
]))
}