UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.43 kB
declare const IconCoffeeCup = "<svg id=\"coffee_cup\" data-name=\"coffee cup\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M13.5,36c0,12.43,0,22.5,20.25,22.5s20.25-10.07,20.25-22.5H13.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M13.5,36c0,12.43,0,22.5,20.25,22.5s20.25-10.07,20.25-22.5H13.5Z\" style=\"fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M24.32,12c.31,9,6.96,6,6.96,15\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M35.79,9c.31,9,6.96,6,6.96,15\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M56.25,36h2.25c.79,0,1.55.14,2.25.38,2.62.93,4.5,3.43,4.5,6.37,0,3.73-3.02,6.75-6.75,6.75h-2.25\" style=\"fill: none; stroke-linecap: square; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>"; export default IconCoffeeCup; export { IconCoffeeCup };