@coderundebug/ui-web
Version:
A collection of UI web components that can be used in any web project.
2 lines • 856 B
JavaScript
/* By Stephen Paul Hassall (web: https://coderundebug.com) */
import{UiIcon as t}from"./ui-icon.js";export class UiIconPieChart extends t{constructor(){super(' <svg viewBox="0 0 16 16"><path style="fill: var(--ui-c1); stroke: none;" d="M 8.9677735,0.0322265 V 7.5537109 L 14.286133,12.872071 A 8,8 0 0 0 15.967774,7.9677734 8,8 0 0 0 8.9677735,0.0322265 Z m -2,0.003906 a 8,8 0 0 0 -6.933594,6.9316409 h 6.933594 z m -6.935547,8.9316409 a 8,8 0 0 0 7.935547,7.0000006 8,8 0 0 0 4.9042975,-1.681641 L 7.5537115,8.9677734 Z"></path><g style=" fill: none; stroke: var(--ui-icon-secondary-color, transparent); stroke-width: 2; stroke-linecap: square; stroke-linejoin: round;"><path d="M 8,1 V 8"></path><path d="m 1,8 h 7 l 5,5"></path></g></svg>')}}customElements.whenDefined("ui-icon").then((()=>{customElements.define("ui-icon-pie-chart",UiIconPieChart)}));