open-icon
Version:
Open Icon
4 lines (3 loc) • 1.06 kB
text/typescript
const IconPointerPen = `<svg id="pointer-pen" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M36,9l-15.55,27.21c-1.5,2.63-1.39,5.89.29,8.41l6.26,9.39h18l6.26-9.39c1.68-2.52,1.79-5.78.29-8.41l-15.55-27.21Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><line x1="36" y1="36" x2="36" y2="9" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M36,9l-15.55,27.21c-1.5,2.63-1.39,5.89.29,8.41l6.26,9.39h18l6.26-9.39c1.68-2.52,1.79-5.78.29-8.41l-15.55-27.21Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M27,54h18v7c0,1.1-.9,2-2,2h-14c-1.1,0-2-.9-2-2v-7h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconPointerPen;
export { IconPointerPen }