Skip to content

Commit

Permalink
Add stroke to line icon - TagWithQuestionMark (#27)
Browse files Browse the repository at this point in the history
* Add stroke to line icon
  • Loading branch information
aditya-67 authored Aug 18, 2024
1 parent 7b518b3 commit eeba304
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 30 deletions.
26 changes: 19 additions & 7 deletions assets/icons/svgs/svgLineIcons/SquareWithPen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/svgs/svgLineIcons/TagWithQuestionMark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions assets/icons/svgs/svgLineIcons/WarningSign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions assets/icons/svgs/svgPictograms/BoxWithLeftArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 51 additions & 13 deletions assets/icons/svgs/svgPictograms/BoxWithRightArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@setu/crucible-icons",
"version": "1.0.11",
"version": "1.0.12",
"description": "Crucible Icons package",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/icons/reactLineIcons/TagWithQuestionMark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TagWithQuestionMark = React.forwardRef<SVGSVGElement, LineIconProps
strokeLinejoin="round"
points="20 16 12 21 4 16 4 3 20 3 20 16"
/>
<circle cx="12" cy="17" r="1" />
<circle cx="12" cy="17" r="0.5" className="stroke" />
<path
strokeWidth="2"
fill="none"
Expand Down

0 comments on commit eeba304

Please sign in to comment.