ngx-bootstrap-icons
Version:
Bootstrap Icons components library for your Angular Applications
7 lines (6 loc) • 676 B
TypeScript
/**
* wrench.
*
* {@link https://icons.getbootstrap.com/icons/wrench/}.
*/
export declare const wrench = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-wrench\" viewBox=\"0 0 16 16\">\n <path d=\"M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z\"/>\n</svg>";