@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.21 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M720-360q-19 0-35 9.5T659-325q-4 6-1 12.5t10 9.5q6 3 12 0t11-8q5-7 12.5-11t16.5-4q15 0 23.5 7.5T752-296q0 11-6 18.5T732-262q-6 6-12.5 12T708-236q-3 6-4.5 12t-1.5 14q0 8 5 13t13 5q8 0 13-5t5-13q0-8 6-16t14-16q14-12 22-23t8-31q0-29-19-46.5T720-360ZM420-720h120q0-25-17.5-42.5T480-780q-25 0-42.5 17.5T420-720Zm260 203v-203h40q33 0 56.5 23.5T800-640v132q-29-8-59.5-11t-60.5 2ZM240-280q-33 0-56.5-23.5T160-360v-280q0-33 23.5-56.5T240-720h40v440h-40Zm100 0v-440h20q0-50 35-85t85-35q50 0 85 35t35 85h20v219q-71 27-116.5 86.5T444-280H340Zm398.5 152.5Q746-135 746-146t-7.5-18.5Q731-172 720-172t-18.5 7.5Q694-157 694-146t7.5 18.5Q709-120 720-120t18.5-7.5Zm-160 29Q520-157 520-240t58.5-141.5Q637-440 720-440t141.5 58.5Q920-323 920-240T861.5-98.5Q803-40 720-40T578.5-98.5ZM120-120q-17 0-28.5-11.5T80-160q0-17 11.5-28.5T120-200h324q4 20 10 40t14 40H120Z" })
]))
}