untitledui-js
Version:
<p align="center"> <img src="https://untitledui.publicsource.space/logo.svg" alt="Untitled UI Logo" width="100" height="100"> </p>
367 lines (363 loc) • 2.17 MB
text/typescript
import * as _builder_io_qwik from "@builder.io/qwik";
import { Component, QwikIntrinsicElements } from '@builder.io/qwik';
interface UntitledProps extends Omit<QwikIntrinsicElements['svg'], 'color'> {
size?: string | number;
absoluteStrokeWidth?: boolean;
color?: string;
strokeWidth?: number;
class?: string;
}
export type UntitledIcon = Component<UntitledProps>;
/**
* @component @name ActivityHeart
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ActivityHeart: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name Activity
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Activity: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name Airplay
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Airplay: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name Airpods
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Airpods: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlarmClockCheck
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlarmClockCheck: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlarmClockMinus
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlarmClockMinus: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlarmClockOff
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlarmClockOff: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlarmClockPlus
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlarmClockPlus: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlarmClock
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlarmClock: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlertCircle
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlertCircle: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlertHexagon
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlertHexagon: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlertOctagon
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlertOctagon: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlertSquare
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlertSquare: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlertTriangle
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlertTriangle: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignBottom01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignBottom01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignBottom02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignBottom02: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignCenter
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignCenter: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignHorizontalCentre01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignHorizontalCentre01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignHorizontalCentre02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignHorizontalCentre02: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignJustify
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignJustify: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignLeft01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignLeft01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignLeft02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignLeft02: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignLeft
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignLeft: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignRight01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignRight01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignRight02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignRight02: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignRight
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignRight: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignTop01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignTop01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignTop02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignTop02: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignVerticalCenter01
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview 
* @see https://www.untitledui.com/icons - Documentation
*
* @param {Object} props - Untitled UI icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const AlignVerticalCenter01: _builder_io_qwik.Component<UntitledProps>;
/**
* @component @name AlignVerticalCenter02
* @description Untitled UI SVG icon component, renders SVG Element with children.
*
* @preview ![img](data:image/svg+xml;base64,CiAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwIDMwIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPgogICAgICA8IS0tIEJhY2tncm91bmQgd2l0aCByb3VuZGVkIGNvcm5lcnMgLS0+CiAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgcng9IjUiIHJ5PSI1IiBmaWxsPSJ3aGl0ZSIgLz4KICAgICAgPCEtLSBJY29uIGNlbnRlcmVkIC0tPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLCAzKSI+CiAgICAgICAgPHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE4VjZDMTAgNS4wNjgxMiAxMCA0LjYwMjE4IDkuODQ3NzYgNC4yMzQ