-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ACTINSTS-2182 - Made changes to add center aligned pencil icon (#…
…559) * ACTINSTS-2182: add pencil centered icon * ACTINSTS-2182: add pencil centered icon * ACTINSTS-2182: added changeset * ACTINSTS-2182: fix lint error * ACTINSTS-2182: fix format --------- Co-authored-by: Vivek Jain <vivekjain@p44-vjain2.local>
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@project44-manifest/react-icons': minor | ||
--- | ||
|
||
Added centred pencil icon |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// THIS IS AN AUTOGENERATED FILE. DO NOT MODIFY. | ||
import { createIcon } from './utils/createIcon'; | ||
|
||
export const PencilCentered = createIcon( | ||
<g id="pencil"> | ||
<path | ||
clipRule="evenodd" | ||
d="M18.9664 1.83384C18.8164 1.68386 18.6129 1.59961 18.4008 1.59961C18.1886 1.59961 17.9852 1.68386 17.8352 1.83384L5.94238 13.725C5.79833 13.8694 5.6832 14.0399 5.60318 14.2274L3.26398 19.685C3.20064 19.8321 3.18289 19.9948 3.21303 20.1521C3.24317 20.3093 3.31982 20.4539 3.43305 20.5672C3.54627 20.6804 3.69088 20.757 3.84815 20.7872C4.00541 20.8173 4.16811 20.7996 4.31518 20.7362L9.77278 18.3954C9.9602 18.3159 10.1307 18.2013 10.2752 18.0578L22.1664 6.16664C22.2409 6.09233 22.3 6.00404 22.3403 5.90685C22.3806 5.80966 22.4014 5.70547 22.4014 5.60024C22.4014 5.49501 22.3806 5.39082 22.3403 5.29362C22.3 5.19643 22.2409 5.10815 22.1664 5.03384L18.9664 1.83384ZM7.07518 14.8578L18.4 3.52984L20.4688 5.60024L9.14398 16.925L6.75038 17.9506L6.04958 17.2498L7.07358 14.8562L7.07518 14.8578Z" | ||
fillRule="evenodd" | ||
id="Vector" | ||
/> | ||
</g>, | ||
); |
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