Commit b4aa30a1 authored by ferhat tamer's avatar ferhat tamer 💬
Browse files

Initial commit

parents
Pipeline #12 failed with stages
in 0 seconds
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-bookmark">
<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>
</svg>
import { TouchableOpacity } from "react-native";
import styled from "styled-components";
import {compose,color,size,space,flexbox,layout,borderRadius} from 'styled-system';
const Button =styled(TouchableOpacity)(
compose(
flexbox,
space,
color,
size,
layout,
borderRadius,
),
);
Button.defaultProps={
flexDirection:'row',
alignItems:'center',
justifyContent:'center',
};
export default Button;
\ No newline at end of file
<svg width="24" height="24" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.33331 5.33334C8.97969 5.33334 8.64055 5.47381 8.3905 5.72386C8.14046 5.97391 7.99998 6.31305 7.99998 6.66667V25.4091L15.225 20.2484C15.6886 19.9172 16.3114 19.9172 16.775 20.2484L24 25.4091V6.66667C24 6.31305 23.8595 5.97391 23.6095 5.72386C23.3594 5.47381 23.0203 5.33334 22.6666 5.33334H9.33331ZM6.50489 3.83824C7.25503 3.0881 8.27245 2.66667 9.33331 2.66667H22.6666C23.7275 2.66667 24.7449 3.0881 25.4951 3.83824C26.2452 4.58839 26.6666 5.60581 26.6666 6.66667V28C26.6666 28.4995 26.3875 28.957 25.9434 29.1856C25.4993 29.4141 24.9647 29.3753 24.5583 29.085L16 22.9719L7.44163 29.085C7.03521 29.3753 6.50063 29.4141 6.05654 29.1856C5.61244 28.957 5.33331 28.4995 5.33331 28V6.66667C5.33331 5.60581 5.75474 4.58839 6.50489 3.83824Z" fill="currentColor"/>
</svg>
<svg width="24" height="24" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M25.3333 13.5093V12.176V5.50933C25.3333 4.03867 24.1373 2.84267 22.6667 2.84267H9.33332C7.86266 2.84267 6.66666 4.03867 6.66666 5.50933V12.176V13.5093V29.3333L16 23.112L25.3333 29.3333V13.5093Z" fill="currentColor"/>
</svg>
import * as React from "react";
import Svg, { Circle, Path } from "react-native-svg";
const SvgAra = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Circle cx={11} cy={11} r={8} />
<Path d="m21 21-4.35-4.35" />
</Svg>
);
export default SvgAra;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgBookmark = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="currentColor"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Path d="m19 21-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" />
</Svg>
);
export default SvgBookmark;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgFav = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M9.333 5.333A1.333 1.333 0 0 0 8 6.667v18.742l7.225-5.16a1.333 1.333 0 0 1 1.55 0L24 25.408V6.667a1.334 1.334 0 0 0-1.333-1.334H9.333ZM6.505 3.838a4 4 0 0 1 2.828-1.171h13.334a4 4 0 0 1 4 4V28a1.333 1.333 0 0 1-2.109 1.085L16 22.972l-8.558 6.113A1.333 1.333 0 0 1 5.333 28V6.667a4 4 0 0 1 1.172-2.829Z"
/>
</Svg>
);
export default SvgFav;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgFav2 = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path d="M25.333 13.51V5.508a2.67 2.67 0 0 0-2.666-2.666H9.333a2.67 2.67 0 0 0-2.666 2.666V29.333L16 23.112l9.333 6.221V13.51Z" />
</Svg>
);
export default SvgFav2;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgKapat = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="currentColor"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Path d="M18 6 6 18M6 6l12 12" />
</Svg>
);
export default SvgKapat;
import * as React from "react";
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
const SvgLogo = (props) => (
<Svg
width={86}
height={40}
fill="none"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<G clipPath="url(#logo_svg__a)" fill="currentColor">
<Path d="M8.212 7.815H0V0h25.695v7.815h-8.212v20H8.212v-20ZM27.815 0H38.41c11.126 0 16.556 5.43 16.556 13.642v.133c0 8.212-5.695 14.04-16.954 14.04H27.815V0Zm9.271 8.08v11.655h1.59c4.238 0 7.02-1.722 7.02-5.828v-.132c0-3.974-2.782-5.828-7.02-5.828h-1.59v.132ZM57.616 0h9.272v10.464L74.835 0h10.86l-9.668 12.053 9.8 15.762H74.703l-5.43-8.875-2.385 2.914v5.96h-9.271V0ZM2.384 35.497H.662v-.928h4.239v.928H3.31v4.37h-.927v-4.37ZM6.623 37.748v-3.046h.927v3.046c0 .928.53 1.457 1.324 1.457.795 0 1.325-.53 1.325-1.457v-3.046h.927v3.046c0 1.59-.927 2.384-2.252 2.384-1.324-.132-2.251-.927-2.251-2.384Zm1.06-4.37h.926v.794h-.927v-.794Zm1.589 0h.927v.794h-.927v-.794ZM13.377 34.702h2.384c.663 0 1.193.132 1.59.53.265.265.397.662.397 1.192 0 .927-.53 1.457-1.192 1.59L18.013 40h-1.06l-1.324-1.854h-1.192V40h-.927v-5.298h-.133Zm2.252 2.649c.662 0 1.06-.397 1.06-.927s-.398-.927-1.06-.927h-1.324v1.721h1.324v.133ZM19.603 34.702h.927v2.649l2.517-2.649h1.191l-2.251 2.252L24.239 40h-1.192l-1.855-2.384-.662.795V40h-.927v-5.298ZM29.14 34.702h1.986c1.722 0 2.781 1.192 2.781 2.649S32.715 40 31.126 40h-1.987v-5.298Zm.926.795v3.576h1.06c1.06 0 1.854-.795 1.854-1.722 0-1.06-.662-1.854-1.854-1.854h-1.06ZM35.894 33.377h.927v.795h-.927v-.794Zm0 1.325h.927V40h-.927v-5.298ZM39.073 34.702H40v4.503h2.782V40h-3.709v-5.298ZM47.682 34.702h.927v2.649l2.517-2.649h1.192l-2.252 2.252L52.318 40h-1.192l-1.854-2.384-.663.795V40h-.927v-5.298ZM53.775 37.748v-3.046h.927v3.046c0 .928.53 1.457 1.325 1.457.794 0 1.324-.53 1.324-1.457v-3.046h.927v3.046c0 1.59-.927 2.384-2.251 2.384-1.325-.132-2.252-.927-2.252-2.384ZM60.53 34.702h2.384c.662 0 1.192.132 1.59.53.264.265.397.662.397 1.192 0 .927-.53 1.457-1.192 1.59L65.165 40h-1.06l-1.324-1.854H61.59V40h-.927v-5.298h-.132Zm2.251 2.649c.663 0 1.06-.397 1.06-.927s-.397-.927-1.06-.927h-1.324v1.721h1.324v.133ZM66.755 37.748v-3.046h.927v3.046c0 .928.53 1.457 1.325 1.457.794 0 1.324-.53 1.324-1.457v-3.046h.927v3.046c0 1.59-.927 2.384-2.251 2.384-1.457-.132-2.252-.927-2.252-2.384ZM73.378 34.702h.927l1.59 2.517 1.589-2.517h.927V40h-.927v-3.841l-1.722 2.517-1.59-2.517V40h-.927v-5.298h.133ZM80.662 37.748v-3.046h.927v3.046c0 .928.53 1.457 1.325 1.457.795 0 1.325-.53 1.325-1.457v-3.046h.927v3.046c0 1.59-.927 2.384-2.252 2.384-1.325-.132-2.252-.927-2.252-2.384Z" />
</G>
<Defs>
<ClipPath id="logo_svg__a">
<Path d="M0 0h85.828v40H0V0Z" fill="currentColor" />
</ClipPath>
</Defs>
</Svg>
);
export default SvgLogo;
import * as React from "react";
import Svg, { Circle } from "react-native-svg";
const SvgMore = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="currentColor"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Circle cx={12} cy={12} r={1} />
<Circle cx={19} cy={12} r={1} />
<Circle cx={5} cy={12} r={1} />
</Svg>
);
export default SvgMore;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgParmak = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path d="M18.548 6.2c0-1.114-.43-2.182-1.195-2.97A4.02 4.02 0 0 0 14.47 2a4.02 4.02 0 0 0-2.883 1.23A4.264 4.264 0 0 0 10.39 6.2v9.114l-1.862-1.05a3.645 3.645 0 0 0-2.455-.409 3.714 3.714 0 0 0-2.16 1.267 3.914 3.914 0 0 0-.912 2.382 3.93 3.93 0 0 0 .741 2.444L11.071 30h15.47L28.2 16.378l-9.652-2.8V6.2Zm6.661 12.222L24.15 27.2H12.43L5.92 18.254a1.07 1.07 0 0 1 .025-1.382.997.997 0 0 1 1.334-.158l5.832 3.332V6.2c0-.371.143-.727.398-.99s.601-.41.962-.41c.36 0 .706.147.96.41.256.263.399.619.399.99v9.45l9.38 2.772Z" />
</Svg>
);
export default SvgParmak;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgParmak2 = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M17.353 3.23a4.264 4.264 0 0 1 1.195 2.97v7.378l9.652 2.8L26.541 30h-15.47L3.743 19.948a3.93 3.93 0 0 1-.74-2.444 3.914 3.914 0 0 1 .91-2.382 3.714 3.714 0 0 1 2.161-1.267 3.645 3.645 0 0 1 2.455.409l1.862 1.05V6.2c0-1.114.43-2.182 1.195-2.97A4.02 4.02 0 0 1 14.469 2a4.02 4.02 0 0 1 2.884 1.23Z"
/>
</Svg>
);
export default SvgParmak2;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgRotate = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="currentColor"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Path d="M1 4v6h6" />
<Path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10" />
</Svg>
);
export default SvgRotate;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgSes1 = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M24.801 15.868c0 2.597-1.137 5.72-2.933 7.334V8.534c1.796 1.614 2.933 4.736 2.933 7.334ZM8.223 23.202H4.267a2.936 2.936 0 0 1-2.934-2.934v-8.8a2.936 2.936 0 0 1 2.934-2.934h3.956l8.432-5.62a1.464 1.464 0 0 1 2.28 1.22v23.468a1.467 1.467 0 0 1-2.282 1.22l-8.43-5.62Zm.444-11.734h-4.4v8.8h4.4a.25.25 0 0 1 .073.014.31.31 0 0 0 .06.014c.097.009.188.028.282.056.098.029.19.066.279.114a.337.337 0 0 0 .05.019.256.256 0 0 1 .07.03l6.52 4.347V6.874L9.48 11.22c-.02.012-.04.02-.062.026-.02.006-.04.012-.058.023a1.538 1.538 0 0 1-.558.17c-.02.002-.04.008-.06.013-.025.008-.05.015-.076.015Zm22 4.4c0 6-3.626 10.931-8.8 13.2v-2.933c3.502-2.033 5.866-5.936 5.866-10.267 0-4.331-2.364-8.234-5.865-10.267V2.667c5.173 2.27 8.799 7.2 8.799 13.2Z"
/>
</Svg>
);
export default SvgSes1;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgSes2 = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M21.868 23.202c1.797-1.614 2.933-4.737 2.933-7.334 0-2.598-1.136-5.72-2.933-7.334v14.668Zm-17.601 0h3.956l8.43 5.62a1.473 1.473 0 0 0 1.507.073c.477-.255.774-.752.774-1.293V4.134a1.467 1.467 0 0 0-2.28-1.22l-8.431 5.62H4.267a2.936 2.936 0 0 0-2.934 2.934v8.8a2.936 2.936 0 0 0 2.934 2.934Zm26.4-7.334c0 6-3.626 10.931-8.8 13.2v-2.933c3.502-2.033 5.866-5.936 5.866-10.267 0-4.331-2.364-8.234-5.865-10.267V2.667c5.173 2.27 8.799 7.2 8.799 13.2Z"
/>
</Svg>
);
export default SvgSes2;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgSol = (props) => (
<Svg
width={24}
height={24}
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
className=""
{...props}
>
<Path d="m19 7-9 9 9 9 2.23-2.23L14.46 16l6.77-6.77L19 7Z" />
</Svg>
);
export default SvgSol;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgTdk = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
height={172}
width={627}
className=""
{...props}
>
<Path
d="M78 103.92V35.973H0V1h203v34.95l-39.25.262-39.25.261-.257 67.698-.257 67.699H78V103.92zM213 86.5V1h61.369c67.653 0 72.084.31 86.505 6.08 10.717 4.289 18.427 9.25 26.954 17.343 17.07 16.201 25.69 34.4 26.882 56.744 1.037 19.46-3.446 36.238-13.83 51.75-12.217 18.25-29.53 30.487-51.154 36.153-7.93 2.078-10.54 2.17-72.476 2.543L213 172V86.5zm130.32 45.166c26.217-12.51 36.648-41.808 24.057-67.573-6.83-13.975-20.906-24.535-36.057-27.05-4.398-.73-18.718-1.032-40.32-.851l-33.5.28-.26 49.756-.259 49.755 39.26-.293 39.259-.293 7.82-3.731zM425 85.934V0h47.978l.26 40.907.262 40.908 15.5-14.03c8.525-7.716 17.75-16.151 20.5-18.744 2.75-2.594 15.727-14.464 28.838-26.379L562.176 1l30.662.04 30.662.041-3.11 2.708c-42.081 36.628-89.385 78.633-89.17 79.18.154.393 21.767 20.364 48.03 44.38 26.263 24.017 47.75 43.859 47.75 44.094 0 .234-14.288.418-31.75.407l-31.75-.02-45-44.11-45-44.11-.26 44.13-.26 44.13H425V85.934z"
style={{
fill: "#006ab6",
}}
/>
</Svg>
);
export default SvgTdk;
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgX = (props) => (
<Svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
className=""
{...props}
>
<Path d="M18 6 6 18M6 6l12 12" />
</Svg>
);
export default SvgX;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment