-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HomeWithDoor, PassbookWithBalance
- Loading branch information
pankajdwivedi
committed
Oct 7, 2024
1 parent
eeba304
commit 4eaf2f5
Showing
10 changed files
with
226 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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,41 @@ | ||
// GENERATED BY /script/build.js | ||
// DO NOT EDIT MANUALLY | ||
|
||
import * as React from "react"; | ||
import { PictogramIconProps } from "../../types"; | ||
import { SVGPictogramWrapper } from "../../styles"; | ||
import { PictogramsNames } from "../../iconsNames"; | ||
|
||
export const HomeWithDoor = React.forwardRef<SVGSVGElement, PictogramIconProps>( | ||
({ width = 64, height = 64, ...props }, forwardedRef) => { | ||
return ( | ||
<SVGPictogramWrapper icon={PictogramsNames.HomeWithDoor} {...props}> | ||
<svg | ||
width={width} | ||
height={height} | ||
ref={forwardedRef} | ||
viewBox="0 0 64 64" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<defs></defs> | ||
|
||
<path | ||
d="M4 25.0904C4 23.9046 4.61601 22.8038 5.62677 22.1836L30.2162 7.09458C31.3106 6.42304 32.6894 6.42304 33.7838 7.09458L58.3732 22.1836C59.384 22.8038 60 23.9046 60 25.0904V56.5895C60 58.4731 58.4731 60 56.5895 60H7.41053C5.52694 60 4 58.4731 4 56.5895V25.0904Z" | ||
className="base" | ||
/> | ||
<g className="mix-blend-multiply"> | ||
<path | ||
d="M26 42.8421C26 41.2725 27.2725 40 28.8421 40H35.1579C36.7275 40 38 41.2725 38 42.8421V60H26V42.8421Z" | ||
className="base" | ||
/> | ||
</g> | ||
</svg> | ||
</SVGPictogramWrapper> | ||
); | ||
} | ||
); | ||
|
||
HomeWithDoor.displayName = "HomeWithDoor"; | ||
|
||
export default HomeWithDoor; |
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,86 @@ | ||
// GENERATED BY /script/build.js | ||
// DO NOT EDIT MANUALLY | ||
|
||
import * as React from "react"; | ||
import { PictogramIconProps } from "../../types"; | ||
import { SVGPictogramWrapper } from "../../styles"; | ||
import { PictogramsNames } from "../../iconsNames"; | ||
|
||
export const PassbookWithBalance = React.forwardRef<SVGSVGElement, PictogramIconProps>( | ||
({ width = 64, height = 64, ...props }, forwardedRef) => { | ||
return ( | ||
<SVGPictogramWrapper icon={PictogramsNames.PassbookWithBalance} {...props}> | ||
<svg | ||
width={width} | ||
height={height} | ||
ref={forwardedRef} | ||
viewBox="0 0 64 64" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<defs></defs> | ||
<path | ||
d="M9.15178 33.001C9.41377 31.8314 10.452 31 11.6506 31H52.3494C53.548 31 54.5862 31.8314 54.8482 33.001L58.602 49.7591C59.319 52.9598 56.8844 56 53.6044 56H10.3956C7.11557 56 4.68101 52.9598 5.39796 49.7591L9.15178 33.001Z" | ||
fill="white" | ||
/> | ||
<path | ||
d="M10 10.5607C10 9.14647 11.1465 8 12.5607 8H51.4393C52.8535 8 54 9.14647 54 10.5607V33H10V10.5607Z" | ||
fill="white" | ||
/> | ||
<g className="mix-blend-multiply"> | ||
<path | ||
d="M9.15178 33.001C9.41377 31.8314 10.452 31 11.6506 31H52.6157C53.8249 31 54.8693 31.8459 55.1206 33.0287L58.6861 49.8144C59.3628 53.0001 56.9332 56 53.6764 56H10.3956C7.11557 56 4.68101 52.9598 5.39796 49.7591L9.15178 33.001Z" | ||
className="base" | ||
/> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<path | ||
d="M10 10.5607C10 9.14647 11.1465 8 12.5607 8H51.4393C52.8535 8 54 9.14647 54 10.5607V33H10V10.5607Z" | ||
className="base" | ||
/> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="45" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="45" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="39" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="39" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<circle cx="19" cy="42" r="3" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<circle cx="19" cy="42" r="3" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="22" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="22" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="16" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<rect x="26" y="16" width="24" height="3" rx="1.5" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<circle cx="19" cy="19" r="3" className="primary" /> | ||
</g> | ||
<g className="mix-blend-multiply"> | ||
<circle cx="19" cy="19" r="3" className="primary" /> | ||
</g> | ||
</svg> | ||
</SVGPictogramWrapper> | ||
); | ||
} | ||
); | ||
|
||
PassbookWithBalance.displayName = "PassbookWithBalance"; | ||
|
||
export default PassbookWithBalance; |
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
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
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