fix: add ocenka template page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type TSidebar = {
|
||||
estimate: string;
|
||||
offer: string;
|
||||
relatedTitle?: string;
|
||||
related?: {
|
||||
title: string;
|
||||
|
||||
@@ -179,6 +179,26 @@ const BtnPhone = (props: SVGIcon) => (
|
||||
</svg>
|
||||
);
|
||||
|
||||
//HealthiconsHomeOutline
|
||||
const Home = (props: SVGProps<SVGSVGElement>) => (
|
||||
<svg
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
width={200}
|
||||
height={200}
|
||||
viewBox='0 0 48 48'
|
||||
{...props}
|
||||
>
|
||||
<g fill='currentColor'>
|
||||
<path d='M24.507 10.138a1 1 0 0 0-1.014 0L5.631 20.645l1.014 1.724L24 12.16l17.355 10.21l1.014-1.724L36 16.9V12a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v1.957zM14 25h11v6H14z'></path>
|
||||
<path
|
||||
fillRule='evenodd'
|
||||
d='m24 14l-14 8v14H5a1 1 0 1 0 0 2h36a1 1 0 1 0 0-2h-3V22zm0 2.303l-12 6.858V36h16V25h6v11h2V23.16z'
|
||||
clipRule='evenodd'
|
||||
></path>
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
|
||||
const Icons = Object.assign(
|
||||
{},
|
||||
{
|
||||
@@ -191,6 +211,7 @@ const Icons = Object.assign(
|
||||
Youtube,
|
||||
MenuArrow,
|
||||
BtnPhone,
|
||||
Home,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user