// THIS FILE IS GENERATED. ANY CHANGES TO THIS FILE WILL BE LOST.
import type { TOC } from '@ember/component/template-only';

export interface ScissorsIconSignature {
  Element: SVGSVGElement;
}

export const ScissorsIcon: TOC<ScissorsIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 15C17.439 15 16.099 15.907 15.44 17.214L13.341 13.988C13.9785 12.9664 14.6828 11.831 15.4657 10.5689L15.4659 10.5686C16.7091 8.56435 18.1506 6.24047 19.838 3.54499L18.161 2.45399L12 11.927L5.838 2.45499L4.162 3.54599C5.84936 6.24147 7.29087 8.56535 8.53412 10.5696C9.31708 11.8318 10.0214 12.9673 10.659 13.989L8.56 17.214C7.901 15.907 6.561 15 5 15C2.794 15 1 16.794 1 19C1 21.206 2.794 23 5 23C7.213 23 8.125 22.231 12 16.123C15.875 22.231 16.787 23 19 23C21.206 23 23 21.206 23 19C23 16.794 21.206 15 19 15ZM6.414 20.414C6.036 20.792 5.534 21 5 21C3.897 21 3 20.103 3 19C3 17.898 3.897 17 5 17C6.103 17 7 17.898 7 19C7 19.535 6.792 20.036 6.414 20.414ZM17.586 20.414C17.964 20.792 18.466 21 19 21C20.103 21 21 20.103 21 19C21 17.898 20.103 17 19 17C17.897 17 17 17.898 17 19C17 19.535 17.208 20.036 17.586 20.414Z"/>
</svg>
</template>;