UNPKG

apexcharts

Version:

A JavaScript Chart Library

14 lines (12 loc) 367 B
// @ts-check import { definePictogram } from '../engine/mark.js' /** * An open book seen from above, the two leaves meeting at a spine. */ export const book = /* @__PURE__ */ definePictogram({ name: 'book', category: 'objects', source: 'original', path: 'M 8 14 C 8 14 26 6 50 16 C 74 6 92 14 92 14 L 92 88 C 92 88 74 80 50 90 C 26 80 8 88 8 88 Z', })