@responsive-ui/icon
A icon component of responsive-ui.
Install
npm install @responsive-ui/icon
or
yarn add @responsive-ui/icon
Look and Feel
Properties, Events & Slots
interface IconProps {
type: string;
stroke?: string;
style?: string;
}
interface IconEvents {
click?: any;
}
declare class Icon extends SvelteComponentTyped<IconProps, IconEvents> {}
Example
<script>
import Icon from '@responsive-ui/icon';
</script>
<Icon type="filter" />
Try it yourself in Svelte Repl
License
@responsive-ui/icon is 100% free and open-source, under the MIT license.
Big Thanks To
Thanks to these awesome companies for their support of Open Source developers ❤