-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce post reason icon size & offset (#5522)
* Make x margin within pin icon the same * Reduce post reason icon size and offset
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import {createSinglePathSVG} from './TEMPLATE' | ||
|
||
export const Pin_Stroke2_Corner0_Rounded = createSinglePathSVG({ | ||
path: 'M6.5 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v3.997a6.25 6.25 0 0 0 1.83 4.42l.377.376A1 1 0 0 1 20 12.5V15a1 1 0 0 1-1 1h-6v5a1 1 0 1 1-2 0v-5H5a1 1 0 0 1-1-1v-2.5a1 1 0 0 1 .293-.707l.376-.377A6.25 6.25 0 0 0 6.5 6.996V3.001Zm2 1v2.997a8.25 8.25 0 0 1-2.416 5.834L6 12.914V14h12v-1.086l-.084-.083A8.25 8.25 0 0 1 15.5 6.997V4h-7Z', | ||
path: 'M6.5 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v4a6.2 6.2 0 0 0 1.8 4.4l.4.4c.2.2.3.4.3.7V15a1 1 0 0 1-1 1h-6v5a1 1 0 0 1-2 0v-5H5a1 1 0 0 1-1-1v-2.5c0-.3.1-.5.3-.7l.4-.4A6.3 6.3 0 0 0 6.5 7V3Zm2 1v3a8.2 8.2 0 0 1-2.4 5.8L6 13v1h12v-1.2A8.2 8.2 0 0 1 15.4 7V4h-7Z', | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters