Skip to content

Commit

Permalink
feat: ACTINSTS-2182 - Made changes to add center aligned pencil icon (#…
Browse files Browse the repository at this point in the history
…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
vivek-p44 and Vivek Jain authored Oct 7, 2024
1 parent 1b49769 commit 2c17332
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-ravens-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@project44-manifest/react-icons': minor
---

Added centred pencil icon
1 change: 1 addition & 0 deletions packages/react-icons/icons/pencil-centered.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/react-icons/src/PencilCentered.tsx
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>,
);
1 change: 1 addition & 0 deletions packages/react-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export * from './OpenInNewTab';
export * from './Parcel';
export * from './Pause';
export * from './Pencil';
export * from './PencilCentered';
export * from './Person';
export * from './PersonArrow';
export * from './PersonCheck';
Expand Down

0 comments on commit 2c17332

Please sign in to comment.