├── util ├── const.ts ├── copy.ts ├── selection.ts ├── getIconComponentName.ts ├── fixtures │ └── a-b.svg ├── getIconComponentName.test.ts └── useDebounce.ts ├── .gitignore ├── static ├── favicon.ico └── fonts │ └── tabler-icons.woff2 ├── .vscode ├── extensions.json └── settings.json ├── twind.config.ts ├── dev.ts ├── components └── Button.tsx ├── routes └── _app.tsx ├── main.ts ├── islands ├── Counter.tsx └── Toast.tsx └── tsx ├── minus.tsx ├── slash.tsx ├── check.tsx ├── delta.tsx ├── wifi-0.tsx ├── flag-2.tsx ├── letter-i.tsx ├── letter-l.tsx ├── math-not.tsx ├── number-7.tsx ├── backslash.tsx ├── letter-v.tsx ├── letter-z.tsx ├── number-1.tsx ├── stairs.tsx ├── badge.tsx ├── bolt.tsx ├── caret-up.tsx ├── chevron-up.tsx ├── ease-in.tsx ├── ease-out.tsx ├── letter-n.tsx ├── loader-2.tsx ├── number-4.tsx ├── tallymark-1.tsx ├── tent.tsx ├── x.tsx ├── activity.tsx ├── brand-zeit.tsx ├── caret-down.tsx ├── caret-left.tsx ├── cross.tsx ├── crown.tsx ├── flag-3.tsx ├── lane.tsx ├── letter-m.tsx ├── letter-w.tsx ├── math-lower.tsx ├── omega.tsx ├── player-play.tsx ├── brand-vercel.tsx ├── caret-right.tsx ├── chevron-down.tsx ├── chevron-left.tsx ├── equal.tsx ├── flare.tsx ├── letter-i-small.tsx ├── letter-l-small.tsx ├── letter-p.tsx ├── menu.tsx ├── minus-vertical.tsx ├── number-5.tsx ├── oval.tsx ├── plus.tsx ├── point.tsx ├── rotate.tsx ├── space.tsx ├── square-root.tsx ├── bluetooth.tsx ├── chevron-right.tsx ├── chevron-up-left.tsx ├── circle.tsx ├── ease-in-out.tsx ├── letter-v-small.tsx ├── letter-z-small.tsx ├── math-greater.tsx ├── number-1-small.tsx ├── number-7-small.tsx ├── slice.tsx ├── wave-square.tsx ├── zzz.tsx ├── chevron-down-left.tsx ├── chevron-up-right.tsx ├── letter-j.tsx ├── letter-m-small.tsx ├── letter-n-small.tsx ├── letter-u.tsx ├── prompt.tsx ├── sum.tsx ├── wave-saw-tool.tsx ├── brand-bandcamp.tsx ├── brand-dcos.tsx ├── brand-supabase.tsx ├── currency-leu.tsx ├── letter-d.tsx ├── letter-f.tsx ├── letter-j-small.tsx ├── letter-t.tsx ├── letter-u-small.tsx ├── letter-w-small.tsx ├── letter-x.tsx ├── signal-e.tsx ├── signal-g.tsx ├── slashes.tsx ├── arrow-back.tsx ├── arrow-badge-up.tsx ├── brackets.tsx ├── brand-bulma.tsx ├── brand-framer.tsx ├── brand-gitlab.tsx ├── brand-strava.tsx ├── chevron-compact-up.tsx ├── chevron-down-right.tsx ├── letter-e.tsx ├── letter-p-small.tsx ├── letter-y.tsx ├── power.tsx ├── radius-top-left.tsx ├── radius-top-right.tsx ├── terminal.tsx ├── alert-small.tsx ├── arrow-badge-down.tsx ├── bookmark.tsx ├── brand-pagekit.tsx ├── checks.tsx ├── currency-monero.tsx ├── info-small.tsx ├── lambda.tsx ├── selector.tsx ├── stack.tsx ├── tallymark-2.tsx ├── track.tsx ├── arrow-badge-left.tsx ├── arrow-badge-right.tsx ├── arrow-forward.tsx ├── brand-fortnite.tsx ├── brand-office.tsx ├── brand-unsplash.tsx ├── chevron-compact-down.tsx ├── clock.tsx ├── crop.tsx ├── direction.tsx ├── letter-c-small.tsx ├── letter-r-small.tsx ├── letter-t-small.tsx ├── overline.tsx ├── player-record.tsx ├── sword.tsx ├── transfer.tsx ├── wash-dryclean.tsx ├── wifi-1.tsx ├── arrow-up-left.tsx ├── ban.tsx ├── beta.tsx ├── brand-bing.tsx ├── brand-gravatar.tsx ├── brand-telegram.tsx ├── brand-vue.tsx ├── chart-line.tsx ├── chevron-compact-left.tsx ├── chevron-compact-right.tsx ├── chevrons-up.tsx ├── corner-left-up.tsx ├── corner-right-up.tsx ├── corner-up-left.tsx ├── corner-up-right.tsx ├── exposure-0.tsx ├── heart.tsx ├── jewish-star.tsx ├── letter-f-small.tsx ├── letter-r.tsx ├── letter-x-small.tsx ├── moon.tsx ├── number-0-small.tsx ├── number-2.tsx ├── number-3.tsx ├── plane.tsx ├── radius-bottom-left.tsx ├── radius-bottom-right.tsx ├── rotate-clockwise.tsx ├── underline.tsx ├── arrow-up-right.tsx ├── badges.tsx ├── bold.tsx ├── brand-kick.tsx ├── brand-xing.tsx ├── category-minus.tsx ├── chevrons-down.tsx ├── corner-down-left.tsx ├── corner-down-right.tsx ├── corner-left-down.tsx ├── corner-right-down.tsx ├── dual-screen.tsx ├── flag-2-off.tsx ├── forbid.tsx ├── history.tsx ├── lamp.tsx ├── letter-b-small.tsx ├── letter-c.tsx ├── letter-d-small.tsx ├── letter-e-small.tsx ├── letter-g-small.tsx ├── letter-y-small.tsx ├── math-pi.tsx ├── menu-2.tsx ├── message-circle-2.tsx ├── shirt.tsx ├── star-half.tsx ├── tool.tsx ├── trademark.tsx ├── trending-up-2.tsx ├── trending-up.tsx ├── umbrella.tsx ├── activity-heartbeat.tsx ├── arrow-zig-zag.tsx ├── border-corner-pill.tsx ├── border-corner-rounded.tsx ├── border-corner-square.tsx ├── brackets-angle.tsx ├── capsule.tsx ├── category-plus.tsx ├── ce.tsx ├── chart-area.tsx ├── chart-ppf.tsx ├── chevrons-left.tsx ├── chevrons-right.tsx ├── chevrons-up-left.tsx ├── chevrons-up-right.tsx ├── circuit-resistor.tsx ├── clear-all.tsx ├── code.tsx ├── command.tsx ├── crop-1-1.tsx ├── crop-3-2.tsx ├── crop-5-4.tsx ├── crop-7-5.tsx ├── exclamation-mark.tsx ├── exposure-minus-1.tsx ├── folder.tsx ├── forbid-2.tsx ├── gps.tsx ├── italic.tsx ├── letter-b.tsx ├── letter-o-small.tsx ├── letter-o.tsx ├── letter-s.tsx ├── location.tsx ├── math-integral.tsx ├── number-11-small.tsx ├── number-17-small.tsx ├── number-4-small.tsx ├── pray.tsx ├── search.tsx ├── shield.tsx ├── signal-h.tsx ├── square.tsx ├── trending-down.tsx ├── arrow-down-left.tsx ├── arrow-down-right.tsx ├── arrow-elbow-left.tsx ├── arrow-up.tsx ├── arrows-exchange.tsx ├── badge-off.tsx ├── brand-national-geographic.tsx ├── brand-polymer.tsx ├── brand-printables.tsx ├── cane.tsx ├── chevron-left-pipe.tsx ├── chevrons-down-left.tsx ├── crop-16-9.tsx ├── cross-off.tsx └── currency-euro.tsx /util/const.ts: -------------------------------------------------------------------------------- 1 | export const RECOMMENDED_VERSION = "0.0.7"; 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | deno.lock 2 | # Fresh build directory 3 | _fresh/ 4 | -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashrock/tabler-icons-tsx/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /util/copy.ts: -------------------------------------------------------------------------------- 1 | import { signal } from "@preact/signals"; 2 | 3 | export const copy = signal(false); 4 | -------------------------------------------------------------------------------- /static/fonts/tabler-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashrock/tabler-icons-tsx/HEAD/static/fonts/tabler-icons.woff2 -------------------------------------------------------------------------------- /util/selection.ts: -------------------------------------------------------------------------------- 1 | import { signal } from "@preact/signals"; 2 | 3 | export const selection = signal("brand-github"); 4 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "denoland.vscode-deno", 4 | "sastan.twind-intellisense" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /twind.config.ts: -------------------------------------------------------------------------------- 1 | import { Options } from "$fresh/plugins/twind.ts"; 2 | 3 | export default { 4 | selfURL: import.meta.url, 5 | } as Options; 6 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "deno.enable": true, 3 | "deno.lint": true, 4 | "editor.defaultFormatter": "denoland.vscode-deno", 5 | "editor.formatOnSave": true, 6 | "deno.unstable": true 7 | } 8 | -------------------------------------------------------------------------------- /dev.ts: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env -S deno run -A --watch=static/,routes/ 2 | 3 | import dev from "$fresh/dev.ts"; 4 | 5 | import twindPlugin from "$fresh/plugins/twind.ts"; 6 | import twindConfig from "./twind.config.ts"; 7 | 8 | await dev(import.meta.url, "./main.ts", { 9 | plugins: [twindPlugin(twindConfig)], 10 | }); 11 | -------------------------------------------------------------------------------- /util/getIconComponentName.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * Convert an icon file basename (kebab-case) to its component name (IconPascalCase) 3 | */ 4 | export default function getIconComponentName(basename: string) { 5 | return ( 6 | "Icon" + 7 | basename.replace(/(?:^|-)(.)/g, (_, letter) => letter.toUpperCase()) 8 | ); 9 | } 10 | -------------------------------------------------------------------------------- /components/Button.tsx: -------------------------------------------------------------------------------- 1 | import { JSX } from "preact"; 2 | import { IS_BROWSER } from "$fresh/runtime.ts"; 3 | 4 | export function Button(props: JSX.HTMLAttributes) { 5 | return ( 6 | 14 | 15 | 16 | ); 17 | } 18 | -------------------------------------------------------------------------------- /util/useDebounce.ts: -------------------------------------------------------------------------------- 1 | // https://scrapbox.io/takker/useDebounce 2 | 3 | import { useEffect, useState } from "preact/hooks"; 4 | 5 | export const useDebounce = (value: T, interval: number): T => { 6 | const [debounced, setValue] = useState(value); 7 | const [timer, setTimer] = useState(undefined); 8 | 9 | useEffect( 10 | () => 11 | setTimer((old) => { 12 | clearTimeout(old); 13 | return setTimeout(() => setValue(value), interval); 14 | }), 15 | [value, interval], 16 | ); 17 | 18 | return debounced; 19 | }; 20 | -------------------------------------------------------------------------------- /tsx/minus.tsx: -------------------------------------------------------------------------------- 1 | function IconMinus({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMinus; 27 | -------------------------------------------------------------------------------- /tsx/slash.tsx: -------------------------------------------------------------------------------- 1 | function IconSlash({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSlash; 27 | -------------------------------------------------------------------------------- /tsx/check.tsx: -------------------------------------------------------------------------------- 1 | function IconCheck({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCheck; 27 | -------------------------------------------------------------------------------- /tsx/delta.tsx: -------------------------------------------------------------------------------- 1 | function IconDelta({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconDelta; 27 | -------------------------------------------------------------------------------- /tsx/wifi-0.tsx: -------------------------------------------------------------------------------- 1 | function IconWifi0({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconWifi0; 27 | -------------------------------------------------------------------------------- /islands/Toast.tsx: -------------------------------------------------------------------------------- 1 | import { copy } from "../util/copy.ts"; 2 | import { effect } from "@preact/signals"; 3 | export default function Toast() { 4 | effect(() => { 5 | if (copy.value) { 6 | setTimeout(() => { 7 | copy.value = false; 8 | }, 2000); 9 | } 10 | }); 11 | 12 | const cclass = copy.value ? "translate-y-0" : "-translate-y-20"; 13 | 14 | return ( 15 |
19 |
20 | Copied! 21 |
22 |
23 | ); 24 | } 25 | -------------------------------------------------------------------------------- /tsx/flag-2.tsx: -------------------------------------------------------------------------------- 1 | function IconFlag2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconFlag2; 27 | -------------------------------------------------------------------------------- /tsx/letter-i.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterI({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterI; 27 | -------------------------------------------------------------------------------- /tsx/letter-l.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterL({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterL; 27 | -------------------------------------------------------------------------------- /tsx/math-not.tsx: -------------------------------------------------------------------------------- 1 | function IconMathNot({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMathNot; 27 | -------------------------------------------------------------------------------- /tsx/number-7.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber7({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber7; 27 | -------------------------------------------------------------------------------- /tsx/backslash.tsx: -------------------------------------------------------------------------------- 1 | function IconBackslash({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBackslash; 27 | -------------------------------------------------------------------------------- /tsx/letter-v.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterV({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterV; 27 | -------------------------------------------------------------------------------- /tsx/letter-z.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterZ({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterZ; 27 | -------------------------------------------------------------------------------- /tsx/number-1.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber1({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber1; 27 | -------------------------------------------------------------------------------- /tsx/stairs.tsx: -------------------------------------------------------------------------------- 1 | function IconStairs({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconStairs; 27 | -------------------------------------------------------------------------------- /tsx/badge.tsx: -------------------------------------------------------------------------------- 1 | function IconBadge({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBadge; 27 | -------------------------------------------------------------------------------- /tsx/bolt.tsx: -------------------------------------------------------------------------------- 1 | function IconBolt({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBolt; 27 | -------------------------------------------------------------------------------- /tsx/caret-up.tsx: -------------------------------------------------------------------------------- 1 | function IconCaretUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCaretUp; 27 | -------------------------------------------------------------------------------- /tsx/chevron-up.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronUp; 27 | -------------------------------------------------------------------------------- /tsx/ease-in.tsx: -------------------------------------------------------------------------------- 1 | function IconEaseIn({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconEaseIn; 27 | -------------------------------------------------------------------------------- /tsx/ease-out.tsx: -------------------------------------------------------------------------------- 1 | function IconEaseOut({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconEaseOut; 27 | -------------------------------------------------------------------------------- /tsx/letter-n.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterN({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterN; 27 | -------------------------------------------------------------------------------- /tsx/loader-2.tsx: -------------------------------------------------------------------------------- 1 | function IconLoader2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLoader2; 27 | -------------------------------------------------------------------------------- /tsx/number-4.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber4({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber4; 27 | -------------------------------------------------------------------------------- /tsx/tallymark-1.tsx: -------------------------------------------------------------------------------- 1 | function IconTallymark1({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconTallymark1; 27 | -------------------------------------------------------------------------------- /tsx/tent.tsx: -------------------------------------------------------------------------------- 1 | function IconTent({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconTent; 27 | -------------------------------------------------------------------------------- /tsx/x.tsx: -------------------------------------------------------------------------------- 1 | function IconX({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconX; 28 | -------------------------------------------------------------------------------- /tsx/activity.tsx: -------------------------------------------------------------------------------- 1 | function IconActivity({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconActivity; 27 | -------------------------------------------------------------------------------- /tsx/brand-zeit.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandZeit({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandZeit; 27 | -------------------------------------------------------------------------------- /tsx/caret-down.tsx: -------------------------------------------------------------------------------- 1 | function IconCaretDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCaretDown; 27 | -------------------------------------------------------------------------------- /tsx/caret-left.tsx: -------------------------------------------------------------------------------- 1 | function IconCaretLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCaretLeft; 27 | -------------------------------------------------------------------------------- /tsx/cross.tsx: -------------------------------------------------------------------------------- 1 | function IconCross({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCross; 27 | -------------------------------------------------------------------------------- /tsx/crown.tsx: -------------------------------------------------------------------------------- 1 | function IconCrown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrown; 27 | -------------------------------------------------------------------------------- /tsx/flag-3.tsx: -------------------------------------------------------------------------------- 1 | function IconFlag3({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconFlag3; 27 | -------------------------------------------------------------------------------- /tsx/lane.tsx: -------------------------------------------------------------------------------- 1 | function IconLane({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLane; 28 | -------------------------------------------------------------------------------- /tsx/letter-m.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterM({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterM; 27 | -------------------------------------------------------------------------------- /tsx/letter-w.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterW({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterW; 27 | -------------------------------------------------------------------------------- /tsx/math-lower.tsx: -------------------------------------------------------------------------------- 1 | function IconMathLower({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMathLower; 27 | -------------------------------------------------------------------------------- /tsx/omega.tsx: -------------------------------------------------------------------------------- 1 | function IconOmega({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconOmega; 27 | -------------------------------------------------------------------------------- /tsx/player-play.tsx: -------------------------------------------------------------------------------- 1 | function IconPlayerPlay({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconPlayerPlay; 27 | -------------------------------------------------------------------------------- /tsx/brand-vercel.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandVercel({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandVercel; 27 | -------------------------------------------------------------------------------- /tsx/caret-right.tsx: -------------------------------------------------------------------------------- 1 | function IconCaretRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCaretRight; 27 | -------------------------------------------------------------------------------- /tsx/chevron-down.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronDown; 27 | -------------------------------------------------------------------------------- /tsx/chevron-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronLeft; 27 | -------------------------------------------------------------------------------- /tsx/equal.tsx: -------------------------------------------------------------------------------- 1 | function IconEqual({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconEqual; 28 | -------------------------------------------------------------------------------- /tsx/flare.tsx: -------------------------------------------------------------------------------- 1 | function IconFlare({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconFlare; 27 | -------------------------------------------------------------------------------- /tsx/letter-i-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterISmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterISmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-l-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterLSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterLSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-p.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterP({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterP; 27 | -------------------------------------------------------------------------------- /tsx/menu.tsx: -------------------------------------------------------------------------------- 1 | function IconMenu({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconMenu; 28 | -------------------------------------------------------------------------------- /tsx/minus-vertical.tsx: -------------------------------------------------------------------------------- 1 | function IconMinusVertical({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMinusVertical; 27 | -------------------------------------------------------------------------------- /tsx/number-5.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber5({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber5; 27 | -------------------------------------------------------------------------------- /tsx/oval.tsx: -------------------------------------------------------------------------------- 1 | function IconOval({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconOval; 27 | -------------------------------------------------------------------------------- /tsx/plus.tsx: -------------------------------------------------------------------------------- 1 | function IconPlus({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconPlus; 28 | -------------------------------------------------------------------------------- /tsx/point.tsx: -------------------------------------------------------------------------------- 1 | function IconPoint({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconPoint; 27 | -------------------------------------------------------------------------------- /tsx/rotate.tsx: -------------------------------------------------------------------------------- 1 | function IconRotate({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRotate; 27 | -------------------------------------------------------------------------------- /tsx/space.tsx: -------------------------------------------------------------------------------- 1 | function IconSpace({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSpace; 27 | -------------------------------------------------------------------------------- /tsx/square-root.tsx: -------------------------------------------------------------------------------- 1 | function IconSquareRoot({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSquareRoot; 27 | -------------------------------------------------------------------------------- /tsx/bluetooth.tsx: -------------------------------------------------------------------------------- 1 | function IconBluetooth({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBluetooth; 27 | -------------------------------------------------------------------------------- /tsx/chevron-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronRight; 27 | -------------------------------------------------------------------------------- /tsx/chevron-up-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronUpLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronUpLeft; 27 | -------------------------------------------------------------------------------- /tsx/circle.tsx: -------------------------------------------------------------------------------- 1 | function IconCircle({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCircle; 27 | -------------------------------------------------------------------------------- /tsx/ease-in-out.tsx: -------------------------------------------------------------------------------- 1 | function IconEaseInOut({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconEaseInOut; 27 | -------------------------------------------------------------------------------- /tsx/letter-v-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterVSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterVSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-z-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterZSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterZSmall; 27 | -------------------------------------------------------------------------------- /tsx/math-greater.tsx: -------------------------------------------------------------------------------- 1 | function IconMathGreater({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMathGreater; 27 | -------------------------------------------------------------------------------- /tsx/number-1-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber1Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber1Small; 27 | -------------------------------------------------------------------------------- /tsx/number-7-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber7Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber7Small; 27 | -------------------------------------------------------------------------------- /tsx/slice.tsx: -------------------------------------------------------------------------------- 1 | function IconSlice({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSlice; 27 | -------------------------------------------------------------------------------- /tsx/wave-square.tsx: -------------------------------------------------------------------------------- 1 | function IconWaveSquare({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconWaveSquare; 27 | -------------------------------------------------------------------------------- /tsx/zzz.tsx: -------------------------------------------------------------------------------- 1 | function IconZzz({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconZzz; 28 | -------------------------------------------------------------------------------- /tsx/chevron-down-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronDownLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronDownLeft; 27 | -------------------------------------------------------------------------------- /tsx/chevron-up-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronUpRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronUpRight; 27 | -------------------------------------------------------------------------------- /tsx/letter-j.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterJ({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterJ; 27 | -------------------------------------------------------------------------------- /tsx/letter-m-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterMSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterMSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-n-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterNSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterNSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-u.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterU({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterU; 27 | -------------------------------------------------------------------------------- /tsx/prompt.tsx: -------------------------------------------------------------------------------- 1 | function IconPrompt({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconPrompt; 28 | -------------------------------------------------------------------------------- /tsx/sum.tsx: -------------------------------------------------------------------------------- 1 | function IconSum({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSum; 27 | -------------------------------------------------------------------------------- /tsx/wave-saw-tool.tsx: -------------------------------------------------------------------------------- 1 | function IconWaveSawTool({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconWaveSawTool; 27 | -------------------------------------------------------------------------------- /tsx/brand-bandcamp.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandBandcamp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandBandcamp; 27 | -------------------------------------------------------------------------------- /tsx/brand-dcos.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandDcos({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandDcos; 27 | -------------------------------------------------------------------------------- /tsx/brand-supabase.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandSupabase({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandSupabase; 27 | -------------------------------------------------------------------------------- /tsx/currency-leu.tsx: -------------------------------------------------------------------------------- 1 | function IconCurrencyLeu({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCurrencyLeu; 27 | -------------------------------------------------------------------------------- /tsx/letter-d.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterD({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterD; 27 | -------------------------------------------------------------------------------- /tsx/letter-f.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterF({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterF; 28 | -------------------------------------------------------------------------------- /tsx/letter-j-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterJSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterJSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-t.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterT({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterT; 28 | -------------------------------------------------------------------------------- /tsx/letter-u-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterUSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterUSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-w-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterWSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterWSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-x.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterX({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterX; 28 | -------------------------------------------------------------------------------- /tsx/signal-e.tsx: -------------------------------------------------------------------------------- 1 | function IconSignalE({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconSignalE; 28 | -------------------------------------------------------------------------------- /tsx/signal-g.tsx: -------------------------------------------------------------------------------- 1 | function IconSignalG({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSignalG; 27 | -------------------------------------------------------------------------------- /tsx/slashes.tsx: -------------------------------------------------------------------------------- 1 | function IconSlashes({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconSlashes; 28 | -------------------------------------------------------------------------------- /tsx/arrow-back.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowBack({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowBack; 27 | -------------------------------------------------------------------------------- /tsx/arrow-badge-up.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowBadgeUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowBadgeUp; 27 | -------------------------------------------------------------------------------- /tsx/brackets.tsx: -------------------------------------------------------------------------------- 1 | function IconBrackets({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBrackets; 28 | -------------------------------------------------------------------------------- /tsx/brand-bulma.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandBulma({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandBulma; 27 | -------------------------------------------------------------------------------- /tsx/brand-framer.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandFramer({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandFramer; 27 | -------------------------------------------------------------------------------- /tsx/brand-gitlab.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandGitlab({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandGitlab; 27 | -------------------------------------------------------------------------------- /tsx/brand-strava.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandStrava({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandStrava; 27 | -------------------------------------------------------------------------------- /tsx/chevron-compact-up.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronCompactUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronCompactUp; 27 | -------------------------------------------------------------------------------- /tsx/chevron-down-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronDownRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronDownRight; 27 | -------------------------------------------------------------------------------- /tsx/letter-e.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterE({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterE; 28 | -------------------------------------------------------------------------------- /tsx/letter-p-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterPSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterPSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-y.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterY({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterY; 28 | -------------------------------------------------------------------------------- /tsx/power.tsx: -------------------------------------------------------------------------------- 1 | function IconPower({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconPower; 28 | -------------------------------------------------------------------------------- /tsx/radius-top-left.tsx: -------------------------------------------------------------------------------- 1 | function IconRadiusTopLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRadiusTopLeft; 27 | -------------------------------------------------------------------------------- /tsx/radius-top-right.tsx: -------------------------------------------------------------------------------- 1 | function IconRadiusTopRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRadiusTopRight; 27 | -------------------------------------------------------------------------------- /tsx/terminal.tsx: -------------------------------------------------------------------------------- 1 | function IconTerminal({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTerminal; 28 | -------------------------------------------------------------------------------- /tsx/alert-small.tsx: -------------------------------------------------------------------------------- 1 | function IconAlertSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconAlertSmall; 28 | -------------------------------------------------------------------------------- /tsx/arrow-badge-down.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowBadgeDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowBadgeDown; 27 | -------------------------------------------------------------------------------- /tsx/bookmark.tsx: -------------------------------------------------------------------------------- 1 | function IconBookmark({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBookmark; 27 | -------------------------------------------------------------------------------- /tsx/brand-pagekit.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandPagekit({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandPagekit; 27 | -------------------------------------------------------------------------------- /tsx/checks.tsx: -------------------------------------------------------------------------------- 1 | function IconChecks({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChecks; 28 | -------------------------------------------------------------------------------- /tsx/currency-monero.tsx: -------------------------------------------------------------------------------- 1 | function IconCurrencyMonero({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCurrencyMonero; 27 | -------------------------------------------------------------------------------- /tsx/info-small.tsx: -------------------------------------------------------------------------------- 1 | function IconInfoSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconInfoSmall; 28 | -------------------------------------------------------------------------------- /tsx/lambda.tsx: -------------------------------------------------------------------------------- 1 | function IconLambda({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLambda; 28 | -------------------------------------------------------------------------------- /tsx/selector.tsx: -------------------------------------------------------------------------------- 1 | function IconSelector({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconSelector; 28 | -------------------------------------------------------------------------------- /tsx/stack.tsx: -------------------------------------------------------------------------------- 1 | function IconStack({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconStack; 28 | -------------------------------------------------------------------------------- /tsx/tallymark-2.tsx: -------------------------------------------------------------------------------- 1 | function IconTallymark2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTallymark2; 28 | -------------------------------------------------------------------------------- /tsx/track.tsx: -------------------------------------------------------------------------------- 1 | function IconTrack({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconTrack; 27 | -------------------------------------------------------------------------------- /tsx/arrow-badge-left.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowBadgeLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowBadgeLeft; 27 | -------------------------------------------------------------------------------- /tsx/arrow-badge-right.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowBadgeRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowBadgeRight; 27 | -------------------------------------------------------------------------------- /tsx/arrow-forward.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowForward({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconArrowForward; 27 | -------------------------------------------------------------------------------- /tsx/brand-fortnite.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandFortnite({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandFortnite; 27 | -------------------------------------------------------------------------------- /tsx/brand-office.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandOffice({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandOffice; 27 | -------------------------------------------------------------------------------- /tsx/brand-unsplash.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandUnsplash({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandUnsplash; 27 | -------------------------------------------------------------------------------- /tsx/chevron-compact-down.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronCompactDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronCompactDown; 27 | -------------------------------------------------------------------------------- /tsx/clock.tsx: -------------------------------------------------------------------------------- 1 | function IconClock({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconClock; 28 | -------------------------------------------------------------------------------- /tsx/crop.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconCrop; 28 | -------------------------------------------------------------------------------- /tsx/direction.tsx: -------------------------------------------------------------------------------- 1 | function IconDirection({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconDirection; 28 | -------------------------------------------------------------------------------- /tsx/letter-c-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterCSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterCSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-r-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterRSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterRSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-t-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterTSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterTSmall; 28 | -------------------------------------------------------------------------------- /tsx/overline.tsx: -------------------------------------------------------------------------------- 1 | function IconOverline({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconOverline; 28 | -------------------------------------------------------------------------------- /tsx/player-record.tsx: -------------------------------------------------------------------------------- 1 | function IconPlayerRecord({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconPlayerRecord; 27 | -------------------------------------------------------------------------------- /tsx/sword.tsx: -------------------------------------------------------------------------------- 1 | function IconSword({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconSword; 28 | -------------------------------------------------------------------------------- /tsx/transfer.tsx: -------------------------------------------------------------------------------- 1 | function IconTransfer({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTransfer; 28 | -------------------------------------------------------------------------------- /tsx/wash-dryclean.tsx: -------------------------------------------------------------------------------- 1 | function IconWashDryclean({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconWashDryclean; 27 | -------------------------------------------------------------------------------- /tsx/wifi-1.tsx: -------------------------------------------------------------------------------- 1 | function IconWifi1({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconWifi1; 28 | -------------------------------------------------------------------------------- /tsx/arrow-up-left.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowUpLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowUpLeft; 28 | -------------------------------------------------------------------------------- /tsx/ban.tsx: -------------------------------------------------------------------------------- 1 | function IconBan({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBan; 28 | -------------------------------------------------------------------------------- /tsx/beta.tsx: -------------------------------------------------------------------------------- 1 | function IconBeta({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBeta; 27 | -------------------------------------------------------------------------------- /tsx/brand-bing.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandBing({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandBing; 27 | -------------------------------------------------------------------------------- /tsx/brand-gravatar.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandGravatar({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandGravatar; 27 | -------------------------------------------------------------------------------- /tsx/brand-telegram.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandTelegram({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandTelegram; 27 | -------------------------------------------------------------------------------- /tsx/brand-vue.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandVue({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBrandVue; 28 | -------------------------------------------------------------------------------- /tsx/chart-line.tsx: -------------------------------------------------------------------------------- 1 | function IconChartLine({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChartLine; 28 | -------------------------------------------------------------------------------- /tsx/chevron-compact-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronCompactLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronCompactLeft; 27 | -------------------------------------------------------------------------------- /tsx/chevron-compact-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronCompactRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconChevronCompactRight; 27 | -------------------------------------------------------------------------------- /tsx/chevrons-up.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsUp; 28 | -------------------------------------------------------------------------------- /tsx/corner-left-up.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerLeftUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerLeftUp; 27 | -------------------------------------------------------------------------------- /tsx/corner-right-up.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerRightUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerRightUp; 27 | -------------------------------------------------------------------------------- /tsx/corner-up-left.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerUpLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerUpLeft; 27 | -------------------------------------------------------------------------------- /tsx/corner-up-right.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerUpRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerUpRight; 27 | -------------------------------------------------------------------------------- /tsx/exposure-0.tsx: -------------------------------------------------------------------------------- 1 | function IconExposure0({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconExposure0; 27 | -------------------------------------------------------------------------------- /tsx/heart.tsx: -------------------------------------------------------------------------------- 1 | function IconHeart({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconHeart; 27 | -------------------------------------------------------------------------------- /tsx/jewish-star.tsx: -------------------------------------------------------------------------------- 1 | function IconJewishStar({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconJewishStar; 27 | -------------------------------------------------------------------------------- /tsx/letter-f-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterFSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterFSmall; 28 | -------------------------------------------------------------------------------- /tsx/letter-r.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterR({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterR; 28 | -------------------------------------------------------------------------------- /tsx/letter-x-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterXSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterXSmall; 28 | -------------------------------------------------------------------------------- /tsx/moon.tsx: -------------------------------------------------------------------------------- 1 | function IconMoon({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMoon; 27 | -------------------------------------------------------------------------------- /tsx/number-0-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber0Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber0Small; 27 | -------------------------------------------------------------------------------- /tsx/number-2.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconNumber2; 27 | -------------------------------------------------------------------------------- /tsx/number-3.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber3({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconNumber3; 28 | -------------------------------------------------------------------------------- /tsx/plane.tsx: -------------------------------------------------------------------------------- 1 | function IconPlane({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconPlane; 27 | -------------------------------------------------------------------------------- /tsx/radius-bottom-left.tsx: -------------------------------------------------------------------------------- 1 | function IconRadiusBottomLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRadiusBottomLeft; 27 | -------------------------------------------------------------------------------- /tsx/radius-bottom-right.tsx: -------------------------------------------------------------------------------- 1 | function IconRadiusBottomRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRadiusBottomRight; 27 | -------------------------------------------------------------------------------- /tsx/rotate-clockwise.tsx: -------------------------------------------------------------------------------- 1 | function IconRotateClockwise({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconRotateClockwise; 27 | -------------------------------------------------------------------------------- /tsx/underline.tsx: -------------------------------------------------------------------------------- 1 | function IconUnderline({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconUnderline; 28 | -------------------------------------------------------------------------------- /tsx/arrow-up-right.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowUpRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowUpRight; 28 | -------------------------------------------------------------------------------- /tsx/badges.tsx: -------------------------------------------------------------------------------- 1 | function IconBadges({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBadges; 28 | -------------------------------------------------------------------------------- /tsx/bold.tsx: -------------------------------------------------------------------------------- 1 | function IconBold({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBold; 28 | -------------------------------------------------------------------------------- /tsx/brand-kick.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandKick({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandKick; 27 | -------------------------------------------------------------------------------- /tsx/brand-xing.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandXing({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBrandXing; 28 | -------------------------------------------------------------------------------- /tsx/category-minus.tsx: -------------------------------------------------------------------------------- 1 | function IconCategoryMinus({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCategoryMinus; 27 | -------------------------------------------------------------------------------- /tsx/chevrons-down.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsDown; 28 | -------------------------------------------------------------------------------- /tsx/corner-down-left.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerDownLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerDownLeft; 27 | -------------------------------------------------------------------------------- /tsx/corner-down-right.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerDownRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerDownRight; 27 | -------------------------------------------------------------------------------- /tsx/corner-left-down.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerLeftDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerLeftDown; 27 | -------------------------------------------------------------------------------- /tsx/corner-right-down.tsx: -------------------------------------------------------------------------------- 1 | function IconCornerRightDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCornerRightDown; 27 | -------------------------------------------------------------------------------- /tsx/dual-screen.tsx: -------------------------------------------------------------------------------- 1 | function IconDualScreen({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconDualScreen; 28 | -------------------------------------------------------------------------------- /tsx/flag-2-off.tsx: -------------------------------------------------------------------------------- 1 | function IconFlag2Off({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconFlag2Off; 28 | -------------------------------------------------------------------------------- /tsx/forbid.tsx: -------------------------------------------------------------------------------- 1 | function IconForbid({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconForbid; 28 | -------------------------------------------------------------------------------- /tsx/history.tsx: -------------------------------------------------------------------------------- 1 | function IconHistory({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconHistory; 28 | -------------------------------------------------------------------------------- /tsx/lamp.tsx: -------------------------------------------------------------------------------- 1 | function IconLamp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconLamp; 29 | -------------------------------------------------------------------------------- /tsx/letter-b-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterBSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterBSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-c.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterC({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterC; 27 | -------------------------------------------------------------------------------- /tsx/letter-d-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterDSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterDSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-e-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterESmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterESmall; 28 | -------------------------------------------------------------------------------- /tsx/letter-g-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterGSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterGSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-y-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterYSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterYSmall; 28 | -------------------------------------------------------------------------------- /tsx/math-pi.tsx: -------------------------------------------------------------------------------- 1 | function IconMathPi({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconMathPi; 29 | -------------------------------------------------------------------------------- /tsx/menu-2.tsx: -------------------------------------------------------------------------------- 1 | function IconMenu2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconMenu2; 29 | -------------------------------------------------------------------------------- /tsx/message-circle-2.tsx: -------------------------------------------------------------------------------- 1 | function IconMessageCircle2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMessageCircle2; 27 | -------------------------------------------------------------------------------- /tsx/shirt.tsx: -------------------------------------------------------------------------------- 1 | function IconShirt({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconShirt; 27 | -------------------------------------------------------------------------------- /tsx/star-half.tsx: -------------------------------------------------------------------------------- 1 | function IconStarHalf({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconStarHalf; 27 | -------------------------------------------------------------------------------- /tsx/tool.tsx: -------------------------------------------------------------------------------- 1 | function IconTool({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconTool; 27 | -------------------------------------------------------------------------------- /tsx/trademark.tsx: -------------------------------------------------------------------------------- 1 | function IconTrademark({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTrademark; 28 | -------------------------------------------------------------------------------- /tsx/trending-up-2.tsx: -------------------------------------------------------------------------------- 1 | function IconTrendingUp2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTrendingUp2; 28 | -------------------------------------------------------------------------------- /tsx/trending-up.tsx: -------------------------------------------------------------------------------- 1 | function IconTrendingUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTrendingUp; 28 | -------------------------------------------------------------------------------- /tsx/umbrella.tsx: -------------------------------------------------------------------------------- 1 | function IconUmbrella({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconUmbrella; 28 | -------------------------------------------------------------------------------- /tsx/activity-heartbeat.tsx: -------------------------------------------------------------------------------- 1 | function IconActivityHeartbeat({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconActivityHeartbeat; 27 | -------------------------------------------------------------------------------- /tsx/arrow-zig-zag.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowZigZag({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowZigZag; 28 | -------------------------------------------------------------------------------- /tsx/border-corner-pill.tsx: -------------------------------------------------------------------------------- 1 | function IconBorderCornerPill({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBorderCornerPill; 27 | -------------------------------------------------------------------------------- /tsx/border-corner-rounded.tsx: -------------------------------------------------------------------------------- 1 | function IconBorderCornerRounded({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBorderCornerRounded; 27 | -------------------------------------------------------------------------------- /tsx/border-corner-square.tsx: -------------------------------------------------------------------------------- 1 | function IconBorderCornerSquare({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBorderCornerSquare; 27 | -------------------------------------------------------------------------------- /tsx/brackets-angle.tsx: -------------------------------------------------------------------------------- 1 | function IconBracketsAngle({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBracketsAngle; 28 | -------------------------------------------------------------------------------- /tsx/capsule.tsx: -------------------------------------------------------------------------------- 1 | function IconCapsule({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCapsule; 27 | -------------------------------------------------------------------------------- /tsx/category-plus.tsx: -------------------------------------------------------------------------------- 1 | function IconCategoryPlus({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCategoryPlus; 27 | -------------------------------------------------------------------------------- /tsx/ce.tsx: -------------------------------------------------------------------------------- 1 | function IconCe({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconCe; 29 | -------------------------------------------------------------------------------- /tsx/chart-area.tsx: -------------------------------------------------------------------------------- 1 | function IconChartArea({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChartArea; 28 | -------------------------------------------------------------------------------- /tsx/chart-ppf.tsx: -------------------------------------------------------------------------------- 1 | function IconChartPpf({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChartPpf; 28 | -------------------------------------------------------------------------------- /tsx/chevrons-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsLeft; 28 | -------------------------------------------------------------------------------- /tsx/chevrons-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsRight; 28 | -------------------------------------------------------------------------------- /tsx/chevrons-up-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsUpLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsUpLeft; 28 | -------------------------------------------------------------------------------- /tsx/chevrons-up-right.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsUpRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsUpRight; 28 | -------------------------------------------------------------------------------- /tsx/circuit-resistor.tsx: -------------------------------------------------------------------------------- 1 | function IconCircuitResistor({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCircuitResistor; 27 | -------------------------------------------------------------------------------- /tsx/clear-all.tsx: -------------------------------------------------------------------------------- 1 | function IconClearAll({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconClearAll; 29 | -------------------------------------------------------------------------------- /tsx/code.tsx: -------------------------------------------------------------------------------- 1 | function IconCode({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconCode; 29 | -------------------------------------------------------------------------------- /tsx/command.tsx: -------------------------------------------------------------------------------- 1 | function IconCommand({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCommand; 27 | -------------------------------------------------------------------------------- /tsx/crop-1-1.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop11({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrop11; 27 | -------------------------------------------------------------------------------- /tsx/crop-3-2.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop32({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrop32; 27 | -------------------------------------------------------------------------------- /tsx/crop-5-4.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop54({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrop54; 27 | -------------------------------------------------------------------------------- /tsx/crop-7-5.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop75({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrop75; 27 | -------------------------------------------------------------------------------- /tsx/exclamation-mark.tsx: -------------------------------------------------------------------------------- 1 | function IconExclamationMark({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconExclamationMark; 28 | -------------------------------------------------------------------------------- /tsx/exposure-minus-1.tsx: -------------------------------------------------------------------------------- 1 | function IconExposureMinus1({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconExposureMinus1; 28 | -------------------------------------------------------------------------------- /tsx/folder.tsx: -------------------------------------------------------------------------------- 1 | function IconFolder({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconFolder; 27 | -------------------------------------------------------------------------------- /tsx/forbid-2.tsx: -------------------------------------------------------------------------------- 1 | function IconForbid2({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconForbid2; 28 | -------------------------------------------------------------------------------- /tsx/gps.tsx: -------------------------------------------------------------------------------- 1 | function IconGps({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconGps; 28 | -------------------------------------------------------------------------------- /tsx/italic.tsx: -------------------------------------------------------------------------------- 1 | function IconItalic({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconItalic; 29 | -------------------------------------------------------------------------------- /tsx/letter-b.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterB({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconLetterB; 28 | -------------------------------------------------------------------------------- /tsx/letter-o-small.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterOSmall({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterOSmall; 27 | -------------------------------------------------------------------------------- /tsx/letter-o.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterO({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterO; 27 | -------------------------------------------------------------------------------- /tsx/letter-s.tsx: -------------------------------------------------------------------------------- 1 | function IconLetterS({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLetterS; 27 | -------------------------------------------------------------------------------- /tsx/location.tsx: -------------------------------------------------------------------------------- 1 | function IconLocation({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconLocation; 27 | -------------------------------------------------------------------------------- /tsx/math-integral.tsx: -------------------------------------------------------------------------------- 1 | function IconMathIntegral({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconMathIntegral; 27 | -------------------------------------------------------------------------------- /tsx/number-11-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber11Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconNumber11Small; 28 | -------------------------------------------------------------------------------- /tsx/number-17-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber17Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconNumber17Small; 28 | -------------------------------------------------------------------------------- /tsx/number-4-small.tsx: -------------------------------------------------------------------------------- 1 | function IconNumber4Small({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconNumber4Small; 28 | -------------------------------------------------------------------------------- /tsx/pray.tsx: -------------------------------------------------------------------------------- 1 | function IconPray({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconPray; 28 | -------------------------------------------------------------------------------- /tsx/search.tsx: -------------------------------------------------------------------------------- 1 | function IconSearch({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconSearch; 28 | -------------------------------------------------------------------------------- /tsx/shield.tsx: -------------------------------------------------------------------------------- 1 | function IconShield({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconShield; 27 | -------------------------------------------------------------------------------- /tsx/signal-h.tsx: -------------------------------------------------------------------------------- 1 | function IconSignalH({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconSignalH; 29 | -------------------------------------------------------------------------------- /tsx/square.tsx: -------------------------------------------------------------------------------- 1 | function IconSquare({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconSquare; 27 | -------------------------------------------------------------------------------- /tsx/trending-down.tsx: -------------------------------------------------------------------------------- 1 | function IconTrendingDown({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconTrendingDown; 28 | -------------------------------------------------------------------------------- /tsx/arrow-down-left.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowDownLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowDownLeft; 28 | -------------------------------------------------------------------------------- /tsx/arrow-down-right.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowDownRight({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowDownRight; 28 | -------------------------------------------------------------------------------- /tsx/arrow-elbow-left.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowElbowLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowElbowLeft; 28 | -------------------------------------------------------------------------------- /tsx/arrow-up.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowUp({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | 26 | ); 27 | } 28 | export default IconArrowUp; 29 | -------------------------------------------------------------------------------- /tsx/arrows-exchange.tsx: -------------------------------------------------------------------------------- 1 | function IconArrowsExchange({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconArrowsExchange; 28 | -------------------------------------------------------------------------------- /tsx/badge-off.tsx: -------------------------------------------------------------------------------- 1 | function IconBadgeOff({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconBadgeOff; 28 | -------------------------------------------------------------------------------- /tsx/brand-national-geographic.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandNationalGeographic({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandNationalGeographic; 27 | -------------------------------------------------------------------------------- /tsx/brand-polymer.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandPolymer({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandPolymer; 27 | -------------------------------------------------------------------------------- /tsx/brand-printables.tsx: -------------------------------------------------------------------------------- 1 | function IconBrandPrintables({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconBrandPrintables; 27 | -------------------------------------------------------------------------------- /tsx/cane.tsx: -------------------------------------------------------------------------------- 1 | function IconCane({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCane; 27 | -------------------------------------------------------------------------------- /tsx/chevron-left-pipe.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronLeftPipe({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronLeftPipe; 28 | -------------------------------------------------------------------------------- /tsx/chevrons-down-left.tsx: -------------------------------------------------------------------------------- 1 | function IconChevronsDownLeft({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconChevronsDownLeft; 28 | -------------------------------------------------------------------------------- /tsx/crop-16-9.tsx: -------------------------------------------------------------------------------- 1 | function IconCrop169({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | ); 25 | } 26 | export default IconCrop169; 27 | -------------------------------------------------------------------------------- /tsx/cross-off.tsx: -------------------------------------------------------------------------------- 1 | function IconCrossOff({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconCrossOff; 28 | -------------------------------------------------------------------------------- /tsx/currency-euro.tsx: -------------------------------------------------------------------------------- 1 | function IconCurrencyEuro({ 2 | size = 24, 3 | color = "currentColor", 4 | stroke = 2, 5 | ...props 6 | }) { 7 | return ( 8 | 21 | 22 | 23 | 24 | 25 | ); 26 | } 27 | export default IconCurrencyEuro; 28 | --------------------------------------------------------------------------------