@ngx-dummy/select-simple
Version:
A simple select component to use in Angular / Ionic projects .. (WIP) and sample app using it
10 lines • 538 B
TypeScript
/*!
* @ngx-dummy/select-Simple library
* Simple select created for angular / ionic projects.
* https://github.com/ngx-dummy/select-simple
*
* Copyright Vladimir Ovsyukov <ovsyukov@yandex.com>
* Published under MIT License
*/
export declare const arrow_down = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"#454\" width=\"48px\" height=\"48px\"><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"/><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/></svg>";
//# sourceMappingURL=icons-base.d.ts.map