ngx-fizz
Version:
Rich Animated icon set for AngularIO operated by animeJS engine
29 lines (28 loc) • 1.31 kB
HTML
<svg
#vector
[attr.height]="size"
[attr.width]="size"
[style.display]="isHide ? 'none' : 'inline-block'"
(click)="onClick($event)"
(mouseenter)="onMouseEnter($event)"
(mousedown)="onMouseDown($event)"
(mousemove)="onMouseMove($event)"
(mouseup)="onMouseUp($event)"
(mouseenter)="onMouseEnter($event)"
(mouseleave)="onMouseLeave($event)"
(mouseover)="onMouseOver($event)"
version="1.1"
viewBox="0 0 40 40"
xmlns="http://www.w3.org/2000/svg">
<g [attr.stroke-width]="strokeWidth"
[attr.stroke]="strokeColor"
fill="none"
fill-rule="evenodd"
stroke="none"
stroke-linecap="round"
stroke-linejoin="round">
<path #pen d="m25.58609,24.140212c-1.464634,1.523786 -2.506651,2.141263 -3.126049,1.852433c-0.619398,-0.28883 -0.816178,-1.483968 -0.590339,-3.585413l7.18451,-15.407232l3.716388,1.73298l-7.18451,15.407232z" stroke-linejoin="round"></path>
<path #line d="m11,27l12,0"></path>
<path #paper d="m31.5,20l0.91421,0.91421c0.37508,0.37508 0.58579,0.88378 0.58579,1.41422l0,6.67157c0,1.10457 -0.89543,2 -2,2l-22,0c-1.10457,0 -2,-0.89543 -2,-2l0,-16c0,-1.10457 0.89543,-2 2,-2l10.39445,0c0.39485,0 0.78086,0.11688 1.1094,0.3359l0.99615,0.6641" stroke-linecap="round"></path>
</g>
</svg>