import React from "react"; interface Props extends React.SVGProps { size?: number | string; color?: string; } declare const CrystalLineIcon: React.FunctionComponent; export default CrystalLineIcon;