Skip to content

Commit

Permalink
Run linkOff through SVGOMG
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jun 15, 2023
1 parent fc9c8ec commit 99071b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/src/library/link-off.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const linkOff = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M17.0312 4.70312L15.5756 4L14.0156 7.00022H14V7.03028L11.6759 11.5H9.5V13H10.896L9.39388 15.8889H8.44445C6.40406 15.8889 4.75 14.2348 4.75 12.1944C4.75 10.1541 6.40406 8.5 8.44445 8.5H10V7H8.44445C5.57563 7 3.25 9.32563 3.25 12.1944C3.25 15.0633 5.57564 17.3889 8.44445 17.3889H8.61394L7.5 19.5312L8.91562 20.25L15.0491 8.50022H15.5555C17.5959 8.50022 19.2499 10.1543 19.2499 12.1947C19.2499 14.235 17.5959 15.8891 15.5555 15.8891H14V17.3891H15.5555C18.4243 17.3891 20.7499 15.0635 20.7499 12.1947C20.7499 9.41742 18.5704 7.14923 15.8285 7.00727L17.0312 4.70312Z" />
<Path d="M17.031 4.703 15.576 4l-1.56 3H14v.03l-2.324 4.47H9.5V13h1.396l-1.502 2.889h-.95a3.694 3.694 0 0 1 0-7.389H10V7H8.444a5.194 5.194 0 1 0 0 10.389h.17L7.5 19.53l1.416.719L15.049 8.5h.507a3.694 3.694 0 0 1 0 7.39H14v1.5h1.556a5.194 5.194 0 0 0 .273-10.383l1.202-2.304Z" />
</SVG>
);

Expand Down

0 comments on commit 99071b4

Please sign in to comment.