UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

6 lines (5 loc) 523 B
import React from 'react'; import { IconBaseProps } from '../icon/IconBase'; /**![tablet-landscape-fill](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2NjYyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMiAxNGEyIDIgMCAwIDEtMi0yVjRhMiAyIDAgMCAxIDItMmgxMmEyIDIgMCAwIDEgMiAydjhhMiAyIDAgMCAxLTIgMnptMTEtN2ExIDEgMCAxIDAgMCAyIDEgMSAwIDAgMCAwLTIiLz4KPC9zdmc+)*/ declare const TabletLandscapeFill: React.FC<IconBaseProps>; export default TabletLandscapeFill;