ngx-bootstrap-icons
Version: 
Bootstrap Icons components library for your Angular Applications
7 lines (6 loc) • 576 B
TypeScript
/**
 * chevron-contract.
 *
 * {@link https://icons.getbootstrap.com/icons/chevron-contract/}.
 */
export declare const chevronContract = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-chevron-contract\" viewBox=\"0 0 16 16\">\n  <path fill-rule=\"evenodd\" d=\"M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z\"/>\n</svg>";